#5C1E3D

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

Shades of Pompadour #5C1E3D

Tints of Pompadour #5C1E3D

Color information

#5C1E3D (or 0x5C1E3D) is unknown color: approx Pompadour. HEX triplet: 5C, 1E and 3D. RGB value is (92,30,61). Sum of RGB (Red+Green+Blue) = 92+30+61=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1E3D is #A3E1C2. Grayscale: #343434. Windows color (decimal): -10740163 or 4005468. OLE color: 4005468.

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

Color convert

RGB923061-
CMYK00.670.340.64
HSL330º50.82%23.92%-
HSV(B)330º67.39%36.08%-
XYZ5.723.544.8-
YUV52.07133.04156.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 50.27%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=50.27%
G=16.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92306100.670.340.6433050.8223.92
Hex5C1E3D043224014a3318
Octal13436750103421005126330
Binary10111001111011110101000011100010100000010100101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,30,61); }

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

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

 a { background-color: rgb(92,30,61); }

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

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

 span { border-color: rgb(92,30,61); }

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