#534043

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

Shades of Emperor #534043

Tints of Emperor #534043

Color information

#534043 (or 0x534043) is unknown color: approx Emperor. HEX triplet: 53, 40 and 43. RGB value is (83,64,67). Sum of RGB (Red+Green+Blue) = 83+64+67=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534043 is #ACBFBC. Grayscale: #464646. Windows color (decimal): -11321277 or 4407379. OLE color: 4407379.

HSL color Cylindrical-coordinate representation of color #534043: hue angle of 350.53º 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 #534043 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB836467-
CMYK00.230.190.67
HSL350.53º12.93%28.82%-
HSV(B)350.53º22.89%32.55%-
XYZ6.415.916.11-
YUV70.02126.29137.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=38.79%
G=29.91%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83646700.230.190.67350.5312.9328.82
Hex534043017134315fd1d
Octal123100103027231035371535
Binary101001110000001000011010111100111000011101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534043; }

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

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

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

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

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

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

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

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