#681251

Color #681251 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #681251

Tints of Pompadour #681251

Color information

#681251 (or 0x681251) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 51. RGB value is (104,18,81). Sum of RGB (Red+Green+Blue) = 104+18+81=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681251 is #97EDAE. Grayscale: #323232. Windows color (decimal): -9956783 or 5313128. OLE color: 5313128.

HSL color Cylindrical-coordinate representation of color #681251: hue angle of 316.05º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681251 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1041881-
CMYK00.830.220.59
HSL316.05º70.49%23.92%-
HSV(B)316.05º82.69%40.78%-
XYZ7.413.978.16-
YUV50.9144.99165.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=51.23%
G=8.87%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104188100.830.220.59316.0570.4923.92
Hex681251053163B13c4618
Octal150221210123267347410630
Binary11010001001010100010101001110110111011100111100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681251; }

 p { color: rgb(104,18,81); }

 H1.HeaderClassName
 {
   color: #681251;
 }
 .AnyTagClassName
 {
   color: #681251;
 }
</style>
background-color css

<style>
 a { background-color: #681251; }

 a { background-color: rgb(104,18,81); }

 div.DivClassName
 {
   background-color: #681251;
 }
 .BgClassName
 {
   background-color: #681251;
 }
</style>
border-color css

<style>
 span { border-color: #681251; }

 span { border-color: rgb(104,18,81); }

 td.TdClassName
 {
   border-color: #681251;
 }
 .TagClassName
 {
   border-color: #681251;
 }
</style>