#5C153B

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

Shades of Pompadour #5C153B

Tints of Pompadour #5C153B

Color information

#5C153B (or 0x5C153B) is unknown color: approx Pompadour. HEX triplet: 5C, 15 and 3B. RGB value is (92,21,59). Sum of RGB (Red+Green+Blue) = 92+21+59=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C153B is #A3EAC4. Grayscale: #2E2E2E. Windows color (decimal): -10742469 or 3872092. OLE color: 3872092.

HSL color Cylindrical-coordinate representation of color #5C153B: hue angle of 327.89º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C153B is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB922159-
CMYK00.770.360.64
HSL327.89º62.83%22.16%-
HSV(B)327.89º77.17%36.08%-
XYZ5.473.134.45-
YUV46.56135.02160.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.49%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=53.49%
G=12.21%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92215900.770.360.64327.8962.8322.16
Hex5C153B04D24401483f16
Octal13425730115441005107726
Binary10111001010111101101001101100100100000010100100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,21,59); }

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

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

 a { background-color: rgb(92,21,59); }

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

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

 span { border-color: rgb(92,21,59); }

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