#5D2541

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

Shades of Pompadour #5D2541

Tints of Pompadour #5D2541

Color information

#5D2541 (or 0x5D2541) is unknown color: approx Pompadour. HEX triplet: 5D, 25 and 41. RGB value is (93,37,65). Sum of RGB (Red+Green+Blue) = 93+37+65=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2541 is #A2DABE. Grayscale: #383838. Windows color (decimal): -10672831 or 4269405. OLE color: 4269405.

HSL color Cylindrical-coordinate representation of color #5D2541: hue angle of 330º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D2541 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB933765-
CMYK00.600.300.64
HSL330º43.08%25.49%-
HSV(B)330º60.22%36.47%-
XYZ6.134.035.46-
YUV56.94132.55153.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.69%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=47.69%
G=18.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93376500.600.300.6433043.0825.49
Hex5D254103C1E4014a2b19
Octal13545101074361005125331
Binary10111011001011000001011110011110100000010100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,37,65); }

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

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

 a { background-color: rgb(93,37,65); }

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

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

 span { border-color: rgb(93,37,65); }

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