#53221D

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

Shades of Caput Mortuum #53221D

Tints of Caput Mortuum #53221D

Color information

#53221D (or 0x53221D) is unknown color: approx Caput Mortuum. HEX triplet: 53, 22 and 1D. RGB value is (83,34,29). Sum of RGB (Red+Green+Blue) = 83+34+29=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53221D is #ACDDE2. Grayscale: #303030. Windows color (decimal): -11328995 or 1909331. OLE color: 1909331.

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

Color convert

RGB833429-
CMYK00.590.650.67
HSL5.56º48.21%21.96%-
HSV(B)5.56º65.06%32.55%-
XYZ4.363.071.53-
YUV48.08117.23152.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=56.85%
G=23.29%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83342900.590.650.675.5648.2121.96
Hex53221D03B414363016
Octal123423507310110366026
Binary10100111000101110101110111000001100001111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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