#5D2C45

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

Shades of Pompadour #5D2C45

Tints of Pompadour #5D2C45

Color information

#5D2C45 (or 0x5D2C45) is unknown color: approx Pompadour. HEX triplet: 5D, 2C and 45. RGB value is (93,44,69). Sum of RGB (Red+Green+Blue) = 93+44+69=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2C45 is #A2D3BA. Grayscale: #3D3D3D. Windows color (decimal): -10671035 or 4533341. OLE color: 4533341.

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

Color convert

RGB934469-
CMYK00.530.260.64
HSL329.39º35.77%26.86%-
HSV(B)329.39º52.69%36.47%-
XYZ6.494.566.17-
YUV61.5132.23150.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.15%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=45.15%
G=21.36%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93446900.530.260.64329.3935.7726.86
Hex5D2C450351A40149241b
Octal13554105065321005114433
Binary10111011011001000101011010111010100000010100100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,44,69); }

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

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

 a { background-color: rgb(93,44,69); }

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

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

 span { border-color: rgb(93,44,69); }

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