Html Css Color HEX #575144 Masala

📋 copy color: '#575144'

red 87 ◦ green 81 ◦ blue 68

#575144
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Masala #575144

Tints of Masala #575144

RGB

 RED value IS 87 (34.38% from 255) = 36.86%

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 68 (26.95% from 255) = 28.81%

R = 36.86%
G = 34.32%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#575144 (or 0x575144) is known color: Masala. HEX triplet: 57, 51 and 44. RGB value is (87,81,68). Sum of RGB (Red+Green+Blue) = 87+81+68=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #575144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575144 is #A8AEBB. Grayscale: #515151. Windows color (decimal): -11054780 or 4477271. OLE color: 4477271.

HSL color Cylindrical-coordinate representation of color #575144: hue angle of 41.05º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575144 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 68 -
CMYK 0 0.07 0.22 0.66
HSL 41.05º 0.12% 0.3% -
HSV(B) 41.05º 0.22% 0.34% -
XYZ 7.92 8.33 6.66 -
YUV 81.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 87 81 68 0 0.07 0.22 0.66 41.05 0.12 0.3
Hex 57 51 44 0 7 16 42 29 C 1E
Octal 127 121 104 0 7 26 102 51 14 36
Binary 1010111 1010001 1000100 0 111 10110 1000010 101001 1100 11110

Color Harmonies of #575144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575144

Black with #575144

Text Example


Text Example

White with #575144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575144; }

 p { color: rgb(87,81,68); }

 H1.HeaderClassName
 {
   color: #575144;
 }
 .AnyTagClassName
 {
   color: #575144;
 }
</style>

background-color css

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

 a { background-color: rgb(87,81,68); }

 div.DivClassName
 {
   background-color: #575144;
 }
 .BgClassName
 {
   background-color: #575144;
 }
</style>

border-color css

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

 span { border-color: rgb(87,81,68); }

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