#682849

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

Shades of Pompadour #682849

Tints of Pompadour #682849

Color information

#682849 (or 0x682849) is unknown color: approx Pompadour. HEX triplet: 68, 28 and 49. RGB value is (104,40,73). Sum of RGB (Red+Green+Blue) = 104+40+73=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #682849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682849 is #97D7B6. Grayscale: #3E3E3E. Windows color (decimal): -9951159 or 4794472. OLE color: 4794472.

HSL color Cylindrical-coordinate representation of color #682849: hue angle of 329.06º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682849 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1044073-
CMYK00.620.300.59
HSL329.06º44.44%28.24%-
HSV(B)329.06º61.54%40.78%-
XYZ7.674.946.85-
YUV62.9133.7157.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=47.93%
G=18.43%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104407300.620.300.59329.0644.4428.24
Hex68284903E1E3B1492c1c
Octal1505011107636735115434
Binary1101000101000100100101111101111011101110100100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682849; }

 p { color: rgb(104,40,73); }

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

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

 a { background-color: rgb(104,40,73); }

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

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

 span { border-color: rgb(104,40,73); }

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