#53221B

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

Shades of Caput Mortuum #53221B

Tints of Caput Mortuum #53221B

Color information

#53221B (or 0x53221B) is unknown color: approx Caput Mortuum. HEX triplet: 53, 22 and 1B. RGB value is (83,34,27). Sum of RGB (Red+Green+Blue) = 83+34+27=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53221B is #ACDDE4. Grayscale: #2F2F2F. Windows color (decimal): -11328997 or 1778259. OLE color: 1778259.

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

Color convert

RGB833427-
CMYK00.590.670.67
HSL7.5º50.91%21.57%-
HSV(B)7.5º67.47%32.55%-
XYZ4.343.061.4-
YUV47.85116.23153.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=57.64%
G=23.61%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83342700.590.670.677.550.9121.57
Hex53221B03B434383316
Octal1234233073103103106326
Binary101001110001011011011101110000111000011100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53221B; }

 p { color: rgb(83,34,27); }

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

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

 a { background-color: rgb(83,34,27); }

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

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

 span { border-color: rgb(83,34,27); }

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