#60183E

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

Shades of Pompadour #60183E

Tints of Pompadour #60183E

Color information

#60183E (or 0x60183E) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 3E. RGB value is (96,24,62). Sum of RGB (Red+Green+Blue) = 96+24+62=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60183E is #9FE7C1. Grayscale: #313131. Windows color (decimal): -10479554 or 4069472. OLE color: 4069472.

HSL color Cylindrical-coordinate representation of color #60183E: hue angle of 328.33º 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 #60183E is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB962462-
CMYK00.750.350.62
HSL328.33º60%23.53%-
HSV(B)328.33º75%37.65%-
XYZ6.023.494.91-
YUV49.86134.85160.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=52.75%
G=13.19%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96246200.750.350.62328.336023.53
Hex60183E04B233E1483c18
Octal1403076011343765107430
Binary1100000110001111100100101110001111111010100100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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