#60183B

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

Shades of Pompadour #60183B

Tints of Pompadour #60183B

Color information

#60183B (or 0x60183B) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 3B. RGB value is (96,24,59). Sum of RGB (Red+Green+Blue) = 96+24+59=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60183B is #9FE7C4. Grayscale: #313131. Windows color (decimal): -10479557 or 3872864. OLE color: 3872864.

HSL color Cylindrical-coordinate representation of color #60183B: hue angle of 330.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60183B is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB962459-
CMYK00.750.390.62
HSL330.83º60%23.53%-
HSV(B)330.83º75%37.65%-
XYZ5.943.464.49-
YUV49.52133.35161.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=53.63%
G=13.41%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96245900.750.390.62330.836023.53
Hex60183B04B273E14b3c18
Octal1403073011347765137430
Binary1100000110001110110100101110011111111010100101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60183B; }

 p { color: rgb(96,24,59); }

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

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

 a { background-color: rgb(96,24,59); }

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

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

 span { border-color: rgb(96,24,59); }

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