#682449

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

Shades of Pompadour #682449

Tints of Pompadour #682449

Color information

#682449 (or 0x682449) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 49. RGB value is (104,36,73). Sum of RGB (Red+Green+Blue) = 104+36+73=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #682449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682449 is #97DBB6. Grayscale: #3C3C3C. Windows color (decimal): -9952183 or 4793448. OLE color: 4793448.

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

Color convert

RGB1043673-
CMYK00.650.300.59
HSL327.35º48.57%27.45%-
HSV(B)327.35º65.38%40.78%-
XYZ7.544.696.81-
YUV60.55135.03158.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=48.83%
G=16.90%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104367300.650.300.59327.3548.5727.45
Hex6824490411E3B147311b
Octal15044111010136735076133
Binary11010001001001001001010000011111011101110100011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682449; }

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

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

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

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

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

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

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

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