#5D274A

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

Shades of Pompadour #5D274A

Tints of Pompadour #5D274A

Color information

#5D274A (or 0x5D274A) is unknown color: approx Pompadour. HEX triplet: 5D, 27 and 4A. RGB value is (93,39,74). Sum of RGB (Red+Green+Blue) = 93+39+74=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D274A is #A2D8B5. Grayscale: #3B3B3B. Windows color (decimal): -10672310 or 4859741. OLE color: 4859741.

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

Color convert

RGB933974-
CMYK00.580.200.64
HSL321.11º40.91%25.88%-
HSV(B)321.11º58.06%36.47%-
XYZ6.484.276.96-
YUV59.14136.39152.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.15%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=45.15%
G=18.93%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93397400.580.200.64321.1140.9125.88
Hex5D274A03A1440141291a
Octal13547112072241005015132
Binary10111011001111001010011101010100100000010100000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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