#53271C

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

Shades of Caput Mortuum #53271C

Tints of Caput Mortuum #53271C

Color information

#53271C (or 0x53271C) is unknown color: approx Caput Mortuum. HEX triplet: 53, 27 and 1C. RGB value is (83,39,28). Sum of RGB (Red+Green+Blue) = 83+39+28=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53271C is #ACD8E3. Grayscale: #323232. Windows color (decimal): -11327716 or 1845075. OLE color: 1845075.

HSL color Cylindrical-coordinate representation of color #53271C: hue angle of 12º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53271C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB833928-
CMYK00.530.660.67
HSL12º49.55%21.76%-
HSV(B)12º66.27%32.55%-
XYZ4.53.371.51-
YUV50.9115.08150.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 28 (11.33% from 255) = 18.67%
R=55.33%
G=26%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83392800.530.660.671249.5521.76
Hex53271C0354243c3216
Octal1234734065102103146226
Binary101001110011111100011010110000101000011110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53271C; }

 p { color: rgb(83,39,28); }

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

<style>
 a { background-color: #53271C; }

 a { background-color: rgb(83,39,28); }

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

<style>
 span { border-color: #53271C; }

 span { border-color: rgb(83,39,28); }

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