#5D2740

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

Shades of Pompadour #5D2740

Tints of Pompadour #5D2740

Color information

#5D2740 (or 0x5D2740) is unknown color: approx Pompadour. HEX triplet: 5D, 27 and 40. RGB value is (93,39,64). Sum of RGB (Red+Green+Blue) = 93+39+64=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2740 is #A2D8BF. Grayscale: #393939. Windows color (decimal): -10672320 or 4204381. OLE color: 4204381.

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

Color convert

RGB933964-
CMYK00.580.310.64
HSL332.22º40.91%25.88%-
HSV(B)332.22º58.06%36.47%-
XYZ6.174.155.33-
YUV58131.39152.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.45%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=47.45%
G=19.90%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93396400.580.310.64332.2240.9125.88
Hex5D274003A1F4014c291a
Octal13547100072371005145132
Binary10111011001111000000011101011111100000010100110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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