Html Css Color HEX #584042 Emperor

📋 copy color: '#584042'

red 88 ◦ green 64 ◦ blue 66

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

Shades of Emperor #584042

Tints of Emperor #584042

RGB

 RED value IS 88 (34.77% from 255) = 40.37%

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 40.37%
G = 29.36%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#584042 (or 0x584042) is known color: Emperor. HEX triplet: 58, 40 and 42. RGB value is (88,64,66). Sum of RGB (Red+Green+Blue) = 88+64+66=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #584042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584042 is #A7BFBD. Grayscale: #474747. Windows color (decimal): -10993598 or 4341848. OLE color: 4341848.

HSL color Cylindrical-coordinate representation of color #584042: hue angle of 355º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584042 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 66 -
CMYK 0 0.27 0.25 0.65
HSL 355º 0.16% 0.3% -
HSV(B) 355º 0.27% 0.35% -
XYZ 6.84 6.13 5.98 -
YUV 71.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 88 64 66 0 0.27 0.25 0.65 355 0.16 0.3
Hex 58 40 42 0 1B 19 41 163 10 1E
Octal 130 100 102 0 33 31 101 543 20 36
Binary 1011000 1000000 1000010 0 11011 11001 1000001 101100011 10000 11110

Color Harmonies of #584042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584042

Black with #584042

Text Example


Text Example

White with #584042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584042; }

 p { color: rgb(88,64,66); }

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

background-color css

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

 a { background-color: rgb(88,64,66); }

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

border-color css

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

 span { border-color: rgb(88,64,66); }

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