#682049

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

Shades of Pompadour #682049

Tints of Pompadour #682049

Color information

#682049 (or 0x682049) is unknown color: approx Pompadour. HEX triplet: 68, 20 and 49. RGB value is (104,32,73). Sum of RGB (Red+Green+Blue) = 104+32+73=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #682049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682049 is #97DFB6. Grayscale: #3A3A3A. Windows color (decimal): -9953207 or 4792424. OLE color: 4792424.

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

Color convert

RGB1043273-
CMYK00.690.300.59
HSL325.83º52.94%26.67%-
HSV(B)325.83º69.23%40.78%-
XYZ7.434.466.77-
YUV58.2136.35160.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=49.76%
G=15.31%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104327300.690.300.59325.8352.9426.67
Hex6820490451E3B146351b
Octal15040111010536735066533
Binary11010001000001001001010001011111011101110100011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682049; }

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

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

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

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

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

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

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

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