#53231F

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

Shades of Caput Mortuum #53231F

Tints of Caput Mortuum #53231F

Color information

#53231F (or 0x53231F) is unknown color: approx Caput Mortuum. HEX triplet: 53, 23 and 1F. RGB value is (83,35,31). Sum of RGB (Red+Green+Blue) = 83+35+31=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53231F is #ACDCE0. Grayscale: #303030. Windows color (decimal): -11328737 or 2040659. OLE color: 2040659.

HSL color Cylindrical-coordinate representation of color #53231F: hue angle of 4.62º 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 #53231F is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB833531-
CMYK00.580.630.67
HSL4.62º45.61%22.35%-
HSV(B)4.62º62.65%32.55%-
XYZ4.423.141.67-
YUV48.9117.9152.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=55.70%
G=23.49%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83353100.580.630.674.6245.6122.35
Hex53231F03A3F4352e16
Octal12343370727710355626
Binary1010011100011111110111010111111100001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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