#681439

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

Shades of Pompadour #681439

Tints of Pompadour #681439

Color information

#681439 (or 0x681439) is unknown color: approx Pompadour. HEX triplet: 68, 14 and 39. RGB value is (104,20,57). Sum of RGB (Red+Green+Blue) = 104+20+57=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #681439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681439 is #97EBC6. Grayscale: #313131. Windows color (decimal): -9956295 or 3740776. OLE color: 3740776.

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

Color convert

RGB1042057-
CMYK00.810.450.59
HSL333.57º67.74%24.31%-
HSV(B)333.57º80.77%40.78%-
XYZ6.73.744.24-
YUV49.33132.33166.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=57.46%
G=11.05%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104205700.810.450.59333.5767.7424.31
Hex6814390512D3B14e4418
Octal15024710121557351610430
Binary11010001010011100101010001101101111011101001110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681439; }

 p { color: rgb(104,20,57); }

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

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

 a { background-color: rgb(104,20,57); }

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

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

 span { border-color: rgb(104,20,57); }

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