#53231B

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

Shades of Caput Mortuum #53231B

Tints of Caput Mortuum #53231B

Color information

#53231B (or 0x53231B) is unknown color: approx Caput Mortuum. HEX triplet: 53, 23 and 1B. RGB value is (83,35,27). Sum of RGB (Red+Green+Blue) = 83+35+27=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53231B is #ACDCE4. Grayscale: #303030. Windows color (decimal): -11328741 or 1778515. OLE color: 1778515.

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

Color convert

RGB833527-
CMYK00.580.670.67
HSL8.57º50.91%21.57%-
HSV(B)8.57º67.47%32.55%-
XYZ4.373.121.41-
YUV48.44115.9152.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=57.24%
G=24.14%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83352700.580.670.678.5750.9121.57
Hex53231B03A434393316
Octal1234333072103103116326
Binary101001110001111011011101010000111000011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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