#60173D

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

Shades of Pompadour #60173D

Tints of Pompadour #60173D

Color information

#60173D (or 0x60173D) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 3D. RGB value is (96,23,61). Sum of RGB (Red+Green+Blue) = 96+23+61=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60173D is #9FE8C2. Grayscale: #313131. Windows color (decimal): -10479811 or 4003680. OLE color: 4003680.

HSL color Cylindrical-coordinate representation of color #60173D: hue angle of 328.77º 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 #60173D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB962361-
CMYK00.760.360.62
HSL328.77º61.34%23.33%-
HSV(B)328.77º76.04%37.65%-
XYZ5.973.444.76-
YUV49.16134.68161.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=53.33%
G=12.78%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96236100.760.360.62328.7761.3423.33
Hex60173D04C243E1493d17
Octal1402775011444765117527
Binary1100000101111111010100110010010011111010100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60173D; }

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

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

<style>
 a { background-color: #60173D; }

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

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

<style>
 span { border-color: #60173D; }

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

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