#53221F

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

Shades of Caput Mortuum #53221F

Tints of Caput Mortuum #53221F

Color information

#53221F (or 0x53221F) is unknown color: approx Caput Mortuum. HEX triplet: 53, 22 and 1F. RGB value is (83,34,31). Sum of RGB (Red+Green+Blue) = 83+34+31=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53221F is #ACDDE0. Grayscale: #303030. Windows color (decimal): -11328993 or 2040403. OLE color: 2040403.

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

Color convert

RGB833431-
CMYK00.590.630.67
HSL3.46º45.61%22.35%-
HSV(B)3.46º62.65%32.55%-
XYZ4.393.081.66-
YUV48.31118.23152.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=56.08%
G=22.97%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83343100.590.630.673.4645.6122.35
Hex53221F03B3F4332e16
Octal12342370737710335626
Binary101001110001011111011101111111110000111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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