#60164B

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

Shades of Pompadour #60164B

Tints of Pompadour #60164B

Color information

#60164B (or 0x60164B) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 4B. RGB value is (96,22,75). Sum of RGB (Red+Green+Blue) = 96+22+75=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60164B is #9FE9B4. Grayscale: #323232. Windows color (decimal): -10480053 or 4920928. OLE color: 4920928.

HSL color Cylindrical-coordinate representation of color #60164B: hue angle of 317.03º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60164B is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB962275-
CMYK00.770.220.62
HSL317.03º62.71%23.14%-
HSV(B)317.03º77.08%37.65%-
XYZ6.383.577.01-
YUV50.17142.02160.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=49.74%
G=11.40%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96227500.770.220.62317.0362.7123.14
Hex60164B04D163E13d3f17
Octal14026113011526764757727
Binary1100000101101001011010011011011011111010011110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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