#60184B

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

Shades of Pompadour #60184B

Tints of Pompadour #60184B

Color information

#60184B (or 0x60184B) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 4B. RGB value is (96,24,75). Sum of RGB (Red+Green+Blue) = 96+24+75=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60184B is #9FE7B4. Grayscale: #333333. Windows color (decimal): -10479541 or 4921440. OLE color: 4921440.

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

Color convert

RGB962475-
CMYK00.750.220.62
HSL317.5º60%23.53%-
HSV(B)317.5º75%37.65%-
XYZ6.423.657.02-
YUV51.34141.35159.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=49.23%
G=12.31%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96247500.750.220.62317.56023.53
Hex60184B04B163E13e3c18
Octal14030113011326764767430
Binary1100000110001001011010010111011011111010011111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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