#53291D

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

Shades of Caput Mortuum #53291D

Tints of Caput Mortuum #53291D

Color information

#53291D (or 0x53291D) is unknown color: approx Caput Mortuum. HEX triplet: 53, 29 and 1D. RGB value is (83,41,29). Sum of RGB (Red+Green+Blue) = 83+41+29=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #53291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53291D is #ACD6E2. Grayscale: #343434. Windows color (decimal): -11327203 or 1911123. OLE color: 1911123.

HSL color Cylindrical-coordinate representation of color #53291D: hue angle of 13.33º 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 #53291D is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB834129-
CMYK00.510.650.67
HSL13.33º48.21%21.96%-
HSV(B)13.33º65.06%32.55%-
XYZ4.583.511.6-
YUV52.19114.91149.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=54.25%
G=26.80%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83412900.510.650.6713.3348.2121.96
Hex53291D0334143d3016
Octal1235135063101103156026
Binary101001110100111101011001110000011000011110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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