#5D284A

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

Shades of Pompadour #5D284A

Tints of Pompadour #5D284A

Color information

#5D284A (or 0x5D284A) is unknown color: approx Pompadour. HEX triplet: 5D, 28 and 4A. RGB value is (93,40,74). Sum of RGB (Red+Green+Blue) = 93+40+74=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D284A is #A2D7B5. Grayscale: #3B3B3B. Windows color (decimal): -10672054 or 4859997. OLE color: 4859997.

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

Color convert

RGB934074-
CMYK00.570.200.64
HSL321.51º39.85%26.08%-
HSV(B)321.51º56.99%36.47%-
XYZ6.514.346.97-
YUV59.72136.06151.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.93%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=44.93%
G=19.32%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93407400.570.200.64321.5139.8526.08
Hex5D284A0391440142281a
Octal13550112071241005025032
Binary10111011010001001010011100110100100000010100001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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