#60174A

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

Shades of Pompadour #60174A

Tints of Pompadour #60174A

Color information

#60174A (or 0x60174A) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 4A. RGB value is (96,23,74). Sum of RGB (Red+Green+Blue) = 96+23+74=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60174A is #9FE8B5. Grayscale: #323232. Windows color (decimal): -10479798 or 4855648. OLE color: 4855648.

HSL color Cylindrical-coordinate representation of color #60174A: hue angle of 318.08º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60174A is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB962374-
CMYK00.760.230.62
HSL318.08º61.34%23.33%-
HSV(B)318.08º76.04%37.65%-
XYZ6.373.596.84-
YUV50.64141.18160.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=49.74%
G=11.92%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96237400.760.230.62318.0861.3423.33
Hex60174A04C173E13e3d17
Octal14027112011427764767527
Binary1100000101111001010010011001011111111010011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60174A; }

 p { color: rgb(96,23,74); }

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

<style>
 a { background-color: #60174A; }

 a { background-color: rgb(96,23,74); }

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

<style>
 span { border-color: #60174A; }

 span { border-color: rgb(96,23,74); }

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