#60203C

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

Shades of Pompadour #60203C

Tints of Pompadour #60203C

Color information

#60203C (or 0x60203C) is unknown color: approx Pompadour. HEX triplet: 60, 20 and 3C. RGB value is (96,32,60). Sum of RGB (Red+Green+Blue) = 96+32+60=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60203C is #9FDFC3. Grayscale: #363636. Windows color (decimal): -10477508 or 3940448. OLE color: 3940448.

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

Color convert

RGB963260-
CMYK00.670.380.62
HSL333.75º50%25.1%-
HSV(B)333.75º66.67%37.65%-
XYZ6.163.854.69-
YUV54.33131.2157.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=51.06%
G=17.02%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96326000.670.380.62333.755025.1
Hex60203C043263E14e3219
Octal1404074010346765166231
Binary11000001000001111000100001110011011111010100111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60203C; }

 p { color: rgb(96,32,60); }

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

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

 a { background-color: rgb(96,32,60); }

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

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

 span { border-color: rgb(96,32,60); }

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