#602E48

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

Shades of Pompadour #602E48

Tints of Pompadour #602E48

Color information

#602E48 (or 0x602E48) is unknown color: approx Pompadour. HEX triplet: 60, 2E and 48. RGB value is (96,46,72). Sum of RGB (Red+Green+Blue) = 96+46+72=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #602E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E48 is #9FD1B7. Grayscale: #3F3F3F. Windows color (decimal): -10473912 or 4730464. OLE color: 4730464.

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

Color convert

RGB964672-
CMYK00.520.250.62
HSL328.8º35.21%27.84%-
HSV(B)328.8º52.08%37.65%-
XYZ6.974.916.71-
YUV63.91132.56150.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=44.86%
G=21.50%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96467200.520.250.62328.835.2127.84
Hex602E48034193E149231c
Octal1405611006431765114334
Binary1100000101110100100001101001100111111010100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,46,72); }

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

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

 a { background-color: rgb(96,46,72); }

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

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

 span { border-color: rgb(96,46,72); }

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