#681139

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

Shades of Pompadour #681139

Tints of Pompadour #681139

Color information

#681139 (or 0x681139) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 39. RGB value is (104,17,57). Sum of RGB (Red+Green+Blue) = 104+17+57=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681139 is #97EEC6. Grayscale: #2F2F2F. Windows color (decimal): -9957063 or 3740008. OLE color: 3740008.

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

Color convert

RGB1041757-
CMYK00.840.450.59
HSL332.41º71.9%23.73%-
HSV(B)332.41º83.65%40.78%-
XYZ6.653.644.22-
YUV47.57133.32168.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=58.43%
G=9.55%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104175700.840.450.59332.4171.923.73
Hex6811390542D3B14c4818
Octal15021710124557351411030
Binary11010001000111100101010100101101111011101001100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681139; }

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

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

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

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

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

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

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

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