#5D2B4A

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

Shades of Pompadour #5D2B4A

Tints of Pompadour #5D2B4A

Color information

#5D2B4A (or 0x5D2B4A) is unknown color: approx Pompadour. HEX triplet: 5D, 2B and 4A. RGB value is (93,43,74). Sum of RGB (Red+Green+Blue) = 93+43+74=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2B4A is #A2D4B5. Grayscale: #3D3D3D. Windows color (decimal): -10671286 or 4860765. OLE color: 4860765.

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

Color convert

RGB934374-
CMYK00.540.200.64
HSL322.8º36.76%26.67%-
HSV(B)322.8º53.76%36.47%-
XYZ6.614.557.01-
YUV61.48135.06150.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.29%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=44.29%
G=20.48%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93437400.540.200.64322.836.7626.67
Hex5D2B4A0361440143251b
Octal13553112066241005034533
Binary10111011010111001010011011010100100000010100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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