#60203A

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

Shades of Pompadour #60203A

Tints of Pompadour #60203A

Color information

#60203A (or 0x60203A) is unknown color: approx Pompadour. HEX triplet: 60, 20 and 3A. RGB value is (96,32,58). Sum of RGB (Red+Green+Blue) = 96+32+58=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #60203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60203A is #9FDFC5. Grayscale: #363636. Windows color (decimal): -10477510 or 3809376. OLE color: 3809376.

HSL color Cylindrical-coordinate representation of color #60203A: hue angle of 335.62º 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 #60203A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB963258-
CMYK00.670.400.62
HSL335.62º50%25.1%-
HSV(B)335.62º66.67%37.65%-
XYZ6.13.834.42-
YUV54.1130.2157.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=51.61%
G=17.20%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96325800.670.400.62335.625025.1
Hex60203A043283E1503219
Octal1404072010350765206231
Binary11000001000001110100100001110100011111010101000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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