#60213F

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

Shades of Pompadour #60213F

Tints of Pompadour #60213F

Color information

#60213F (or 0x60213F) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 3F. RGB value is (96,33,63). Sum of RGB (Red+Green+Blue) = 96+33+63=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60213F is #9FDEC0. Grayscale: #373737. Windows color (decimal): -10477249 or 4137312. OLE color: 4137312.

HSL color Cylindrical-coordinate representation of color #60213F: hue angle of 331.43º 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 #60213F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB963363-
CMYK00.660.340.62
HSL331.43º48.84%25.29%-
HSV(B)331.43º65.62%37.65%-
XYZ6.263.935.13-
YUV55.26132.37157.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 63 (25% from 255) = 32.81%
R=50%
G=17.19%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96336300.660.340.62331.4348.8425.29
Hex60213F042223E14b3119
Octal1404177010242765136131
Binary11000001000011111110100001010001011111010100101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60213F; }

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

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

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

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

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

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

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

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