Html Css Color HEX #574449 Emperor

📋 copy color: '#574449'

red 87 ◦ green 68 ◦ blue 73

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

Shades of Emperor #574449

Tints of Emperor #574449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

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

R = 38.16%
G = 29.82%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#574449 (or 0x574449) is known color: Emperor. HEX triplet: 57, 44 and 49. RGB value is (87,68,73). Sum of RGB (Red+Green+Blue) = 87+68+73=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #574449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574449 is #A8BBB6. Grayscale: #4A4A4A. Windows color (decimal): -11058103 or 4801623. OLE color: 4801623.

HSL color Cylindrical-coordinate representation of color #574449: hue angle of 344.21º 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 #574449 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 68 73 -
CMYK 0 0.22 0.16 0.66
HSL 344.21º 0.12% 0.3% -
HSV(B) 344.21º 0.22% 0.34% -
XYZ 7.2 6.64 7.21 -
YUV 74.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 87 68 73 0 0.22 0.16 0.66 344.21 0.12 0.3
Hex 57 44 49 0 16 10 42 158 C 1E
Octal 127 104 111 0 26 20 102 530 14 36
Binary 1010111 1000100 1001001 0 10110 10000 1000010 101011000 1100 11110

Color Harmonies of #574449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574449

Black with #574449

Text Example


Text Example

White with #574449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574449; }

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

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

background-color css

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

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

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

border-color css

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

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

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