#53271B

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

Shades of Caput Mortuum #53271B

Tints of Caput Mortuum #53271B

Color information

#53271B (or 0x53271B) is unknown color: approx Caput Mortuum. HEX triplet: 53, 27 and 1B. RGB value is (83,39,27). Sum of RGB (Red+Green+Blue) = 83+39+27=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53271B is #ACD8E4. Grayscale: #323232. Windows color (decimal): -11327717 or 1779539. OLE color: 1779539.

HSL color Cylindrical-coordinate representation of color #53271B: hue angle of 12.86º 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 #53271B is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB833927-
CMYK00.530.670.67
HSL12.86º50.91%21.57%-
HSV(B)12.86º67.47%32.55%-
XYZ4.493.371.45-
YUV50.79114.58150.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=55.70%
G=26.17%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83392700.530.670.6712.8650.9121.57
Hex53271B0354343d3316
Octal1234733065103103156326
Binary101001110011111011011010110000111000011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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