Html Css Color HEX #574849 Emperor

📋 copy color: '#574849'

red 87 ◦ green 72 ◦ blue 73

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

Shades of Emperor #574849

Tints of Emperor #574849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 37.5%
G = 31.03%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#574849 (or 0x574849) is known color: Emperor. HEX triplet: 57, 48 and 49. RGB value is (87,72,73). Sum of RGB (Red+Green+Blue) = 87+72+73=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #574849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574849 is #A8B7B6. Grayscale: #4C4C4C. Windows color (decimal): -11057079 or 4802647. OLE color: 4802647.

HSL color Cylindrical-coordinate representation of color #574849: hue angle of 356º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574849 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 73 -
CMYK 0 0.17 0.16 0.66
HSL 356º 0.09% 0.31% -
HSV(B) 356º 0.17% 0.34% -
XYZ 7.45 7.14 7.29 -
YUV 76.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 87 72 73 0 0.17 0.16 0.66 356 0.09 0.31
Hex 57 48 49 0 11 10 42 164 9 1F
Octal 127 110 111 0 21 20 102 544 11 37
Binary 1010111 1001000 1001001 0 10001 10000 1000010 101100100 1001 11111

Color Harmonies of #574849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574849

Black with #574849

Text Example


Text Example

White with #574849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574849; }

 p { color: rgb(87,72,73); }

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

background-color css

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

 a { background-color: rgb(87,72,73); }

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

border-color css

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

 span { border-color: rgb(87,72,73); }

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