#5C1F3B

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

Shades of Pompadour #5C1F3B

Tints of Pompadour #5C1F3B

Color information

#5C1F3B (or 0x5C1F3B) is unknown color: approx Pompadour. HEX triplet: 5C, 1F and 3B. RGB value is (92,31,59). Sum of RGB (Red+Green+Blue) = 92+31+59=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1F3B is #A3E0C4. Grayscale: #343434. Windows color (decimal): -10739909 or 3874652. OLE color: 3874652.

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

Color convert

RGB923159-
CMYK00.660.360.64
HSL332.46º49.59%24.12%-
HSV(B)332.46º66.3%36.08%-
XYZ5.693.574.53-
YUV52.43131.71156.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 50.55%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=50.55%
G=17.03%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92315900.660.360.64332.4649.5924.12
Hex5C1F3B042244014c3218
Octal13437730102441005146230
Binary10111001111111101101000010100100100000010100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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