#602644

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

Shades of Pompadour #602644

Tints of Pompadour #602644

Color information

#602644 (or 0x602644) is unknown color: approx Pompadour. HEX triplet: 60, 26 and 44. RGB value is (96,38,68). Sum of RGB (Red+Green+Blue) = 96+38+68=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602644 is #9FD9BB. Grayscale: #3A3A3A. Windows color (decimal): -10475964 or 4466272. OLE color: 4466272.

HSL color Cylindrical-coordinate representation of color #602644: hue angle of 328.97º 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 #602644 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB963868-
CMYK00.600.290.62
HSL328.97º43.28%26.27%-
HSV(B)328.97º60.42%37.65%-
XYZ6.564.295.95-
YUV58.76133.22154.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=47.52%
G=18.81%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96386800.600.290.62328.9743.2826.27
Hex60264403C1D3E1492b1a
Octal1404610407435765115332
Binary1100000100110100010001111001110111111010100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602644; }

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

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

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

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

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

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

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

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