#5C1533

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

Shades of Pompadour #5C1533

Tints of Pompadour #5C1533

Color information

#5C1533 (or 0x5C1533) is unknown color: approx Pompadour. HEX triplet: 5C, 15 and 33. RGB value is (92,21,51). Sum of RGB (Red+Green+Blue) = 92+21+51=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1533 is #A3EACC. Grayscale: #2D2D2D. Windows color (decimal): -10742477 or 3347804. OLE color: 3347804.

HSL color Cylindrical-coordinate representation of color #5C1533: hue angle of 334.65º 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 #5C1533 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB922151-
CMYK00.770.450.64
HSL334.65º62.83%22.16%-
HSV(B)334.65º77.17%36.08%-
XYZ5.283.053.44-
YUV45.65131.02161.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 56.10%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=56.10%
G=12.80%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92215100.770.450.64334.6562.8322.16
Hex5C153304D2D4014f3f16
Octal13425630115551005177726
Binary10111001010111001101001101101101100000010100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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