#602248

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

Shades of Pompadour #602248

Tints of Pompadour #602248

Color information

#602248 (or 0x602248) is unknown color: approx Pompadour. HEX triplet: 60, 22 and 48. RGB value is (96,34,72). Sum of RGB (Red+Green+Blue) = 96+34+72=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602248 is #9FDDB7. Grayscale: #383838. Windows color (decimal): -10476984 or 4727392. OLE color: 4727392.

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

Color convert

RGB963472-
CMYK00.650.250.62
HSL323.23º47.69%25.49%-
HSV(B)323.23º64.58%37.65%-
XYZ6.574.16.58-
YUV56.87136.54155.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=47.52%
G=16.83%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96347200.650.250.62323.2347.6925.49
Hex602248041193E1433019
Octal14042110010131765036031
Binary11000001000101001000010000011100111111010100001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602248; }

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

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

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

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

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

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

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

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