#534042

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

Shades of Emperor #534042

Tints of Emperor #534042

Color information

#534042 (or 0x534042) is unknown color: approx Emperor. HEX triplet: 53, 40 and 42. RGB value is (83,64,66). Sum of RGB (Red+Green+Blue) = 83+64+66=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534042 is #ACBFBD. Grayscale: #454545. Windows color (decimal): -11321278 or 4341843. OLE color: 4341843.

HSL color Cylindrical-coordinate representation of color #534042: hue angle of 353.68º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534042 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB836466-
CMYK00.230.200.67
HSL353.68º12.93%28.82%-
HSV(B)353.68º22.89%32.55%-
XYZ6.385.95.96-
YUV69.91125.79137.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=38.97%
G=30.05%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83646600.230.200.67353.6812.9328.82
Hex5340420171443162d1d
Octal123100102027241035421535
Binary101001110000001000010010111101001000011101100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534042; }

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

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

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

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

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

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

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

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