#602649

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

Shades of Pompadour #602649

Tints of Pompadour #602649

Color information

#602649 (or 0x602649) is unknown color: approx Pompadour. HEX triplet: 60, 26 and 49. RGB value is (96,38,73). Sum of RGB (Red+Green+Blue) = 96+38+73=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #602649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602649 is #9FD9B6. Grayscale: #3B3B3B. Windows color (decimal): -10475959 or 4793952. OLE color: 4793952.

HSL color Cylindrical-coordinate representation of color #602649: hue angle of 323.79º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602649 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB963873-
CMYK00.600.240.62
HSL323.79º43.28%26.27%-
HSV(B)323.79º60.42%37.65%-
XYZ6.724.356.79-
YUV59.33135.72154.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=46.38%
G=18.36%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96387300.600.240.62323.7943.2826.27
Hex60264903C183E1442b1a
Octal1404611107430765045332
Binary1100000100110100100101111001100011111010100010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602649; }

 p { color: rgb(96,38,73); }

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

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

 a { background-color: rgb(96,38,73); }

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

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

 span { border-color: rgb(96,38,73); }

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