#5C1739

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

Shades of Pompadour #5C1739

Tints of Pompadour #5C1739

Color information

#5C1739 (or 0x5C1739) is unknown color: approx Pompadour. HEX triplet: 5C, 17 and 39. RGB value is (92,23,57). Sum of RGB (Red+Green+Blue) = 92+23+57=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1739 is #A3E8C6. Grayscale: #2F2F2F. Windows color (decimal): -10741959 or 3741532. OLE color: 3741532.

HSL color Cylindrical-coordinate representation of color #5C1739: hue angle of 330.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C1739 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB922357-
CMYK00.750.380.64
HSL330.43º60%22.55%-
HSV(B)330.43º75%36.08%-
XYZ5.463.184.2-
YUV47.51133.36159.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.49%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=53.49%
G=13.37%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92235700.750.380.64330.436022.55
Hex5C173904B264014a3c17
Octal13427710113461005127427
Binary10111001011111100101001011100110100000010100101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C1739; }

 p { color: rgb(92,23,57); }

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

<style>
 a { background-color: #5C1739; }

 a { background-color: rgb(92,23,57); }

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

<style>
 span { border-color: #5C1739; }

 span { border-color: rgb(92,23,57); }

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