#602145

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

Shades of Pompadour #602145

Tints of Pompadour #602145

Color information

#602145 (or 0x602145) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 45. RGB value is (96,33,69). Sum of RGB (Red+Green+Blue) = 96+33+69=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602145 is #9FDEBA. Grayscale: #373737. Windows color (decimal): -10477243 or 4530528. OLE color: 4530528.

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

Color convert

RGB963369-
CMYK00.660.280.62
HSL325.71º48.84%25.29%-
HSV(B)325.71º65.62%37.65%-
XYZ6.4446.06-
YUV55.94135.37156.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=48.48%
G=16.67%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96336900.660.280.62325.7148.8425.29
Hex6021450421C3E1463119
Octal14041105010234765066131
Binary11000001000011000101010000101110011111010100011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602145; }

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

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

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

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

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

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

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

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