#681939

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

Shades of Pompadour #681939

Tints of Pompadour #681939

Color information

#681939 (or 0x681939) is unknown color: approx Pompadour. HEX triplet: 68, 19 and 39. RGB value is (104,25,57). Sum of RGB (Red+Green+Blue) = 104+25+57=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #681939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681939 is #97E6C6. Grayscale: #343434. Windows color (decimal): -9955015 or 3742056. OLE color: 3742056.

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

Color convert

RGB1042557-
CMYK00.760.450.59
HSL335.7º61.24%25.29%-
HSV(B)335.7º75.96%40.78%-
XYZ6.83.934.27-
YUV52.27130.67164.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=55.91%
G=13.44%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104255700.760.450.59335.761.2425.29
Hex68193904C2D3B1503d19
Octal1503171011455735207531
Binary1101000110011110010100110010110111101110101000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681939; }

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

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

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

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

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

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

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

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