#534143

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

Shades of Emperor #534143

Tints of Emperor #534143

Color information

#534143 (or 0x534143) is unknown color: approx Emperor. HEX triplet: 53, 41 and 43. RGB value is (83,65,67). Sum of RGB (Red+Green+Blue) = 83+65+67=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #534143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534143 is #ACBEBC. Grayscale: #464646. Windows color (decimal): -11321021 or 4407635. OLE color: 4407635.

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

Color convert

RGB836567-
CMYK00.220.190.67
HSL353.33º12.16%29.02%-
HSV(B)353.33º21.69%32.55%-
XYZ6.476.026.13-
YUV70.61125.96136.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=38.60%
G=30.23%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83656700.220.190.67353.3312.1629.02
Hex5341430161343161c1d
Octal123101103026231035411435
Binary101001110000011000011010110100111000011101100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534143; }

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

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

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

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

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

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

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

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