#5D2745

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

Shades of Pompadour #5D2745

Tints of Pompadour #5D2745

Color information

#5D2745 (or 0x5D2745) is unknown color: approx Pompadour. HEX triplet: 5D, 27 and 45. RGB value is (93,39,69). Sum of RGB (Red+Green+Blue) = 93+39+69=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2745 is #A2D8BA. Grayscale: #3A3A3A. Windows color (decimal): -10672315 or 4532061. OLE color: 4532061.

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

Color convert

RGB933969-
CMYK00.580.260.64
HSL326.67º40.91%25.88%-
HSV(B)326.67º58.06%36.47%-
XYZ6.314.216.11-
YUV58.57133.89152.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.27%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=46.27%
G=19.40%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93396900.580.260.64326.6740.9125.88
Hex5D274503A1A40147291a
Octal13547105072321005075132
Binary10111011001111000101011101011010100000010100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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