#602D45

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

Shades of Pompadour #602D45

Tints of Pompadour #602D45

Color information

#602D45 (or 0x602D45) is unknown color: approx Pompadour. HEX triplet: 60, 2D and 45. RGB value is (96,45,69). Sum of RGB (Red+Green+Blue) = 96+45+69=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D45 is #9FD2BA. Grayscale: #3E3E3E. Windows color (decimal): -10474171 or 4533600. OLE color: 4533600.

HSL color Cylindrical-coordinate representation of color #602D45: hue angle of 331.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D45 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB964569-
CMYK00.530.280.62
HSL331.76º36.17%27.65%-
HSV(B)331.76º53.12%37.65%-
XYZ6.844.796.2-
YUV62.98131.4151.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=45.71%
G=21.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96456900.530.280.62331.7636.1727.65
Hex602D450351C3E14c241c
Octal1405510506534765144434
Binary1100000101101100010101101011110011111010100110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D45; }

 p { color: rgb(96,45,69); }

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

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

 a { background-color: rgb(96,45,69); }

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

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

 span { border-color: rgb(96,45,69); }

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