#53211E

Color #53211E Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #53211E

Tints of Caput Mortuum #53211E

Color information

#53211E (or 0x53211E) is unknown color: approx Caput Mortuum. HEX triplet: 53, 21 and 1E. RGB value is (83,33,30). Sum of RGB (Red+Green+Blue) = 83+33+30=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53211E is #ACDEE1. Grayscale: #2F2F2F. Windows color (decimal): -11329250 or 1974611. OLE color: 1974611.

HSL color Cylindrical-coordinate representation of color #53211E: hue angle of 3.4º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53211E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB833330-
CMYK00.600.640.67
HSL3.4º46.9%22.16%-
HSV(B)3.4º63.86%32.55%-
XYZ4.353.021.58-
YUV47.61118.06153.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=56.85%
G=22.60%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83333000.600.640.673.446.922.16
Hex53211E03C404332f16
Octal123413607410010335726
Binary1010011100001111100111100100000010000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53211E; }

 p { color: rgb(83,33,30); }

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

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

 a { background-color: rgb(83,33,30); }

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

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

 span { border-color: rgb(83,33,30); }

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