#681539

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

Shades of Pompadour #681539

Tints of Pompadour #681539

Color information

#681539 (or 0x681539) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 39. RGB value is (104,21,57). Sum of RGB (Red+Green+Blue) = 104+21+57=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #681539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681539 is #97EAC6. Grayscale: #313131. Windows color (decimal): -9956039 or 3741032. OLE color: 3741032.

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

Color convert

RGB1042157-
CMYK00.800.450.59
HSL333.98º66.4%24.51%-
HSV(B)333.98º79.81%40.78%-
XYZ6.723.774.25-
YUV49.92132166.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=57.14%
G=11.54%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104215700.800.450.59333.9866.424.51
Hex6815390502D3B14e4219
Octal15025710120557351610231
Binary11010001010111100101010000101101111011101001110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681539; }

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

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

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

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

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

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

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

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