#60213D

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

Shades of Pompadour #60213D

Tints of Pompadour #60213D

Color information

#60213D (or 0x60213D) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 3D. RGB value is (96,33,61). Sum of RGB (Red+Green+Blue) = 96+33+61=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60213D is #9FDEC2. Grayscale: #363636. Windows color (decimal): -10477251 or 4006240. OLE color: 4006240.

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

Color convert

RGB963361-
CMYK00.660.360.62
HSL333.33º48.84%25.29%-
HSV(B)333.33º65.62%37.65%-
XYZ6.213.914.84-
YUV55.03131.37157.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=50.53%
G=17.37%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96336100.660.360.62333.3348.8425.29
Hex60213D042243E14d3119
Octal1404175010244765156131
Binary11000001000011111010100001010010011111010100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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