#53251B

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

Shades of Caput Mortuum #53251B

Tints of Caput Mortuum #53251B

Color information

#53251B (or 0x53251B) is unknown color: approx Caput Mortuum. HEX triplet: 53, 25 and 1B. RGB value is (83,37,27). Sum of RGB (Red+Green+Blue) = 83+37+27=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53251B is #ACDAE4. Grayscale: #313131. Windows color (decimal): -11328229 or 1779027. OLE color: 1779027.

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

Color convert

RGB833727-
CMYK00.550.670.67
HSL10.71º50.91%21.57%-
HSV(B)10.71º67.47%32.55%-
XYZ4.433.241.43-
YUV49.61115.24151.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=56.46%
G=25.17%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83372700.550.670.6710.7150.9121.57
Hex53251B0374343b3316
Octal1234533067103103136326
Binary101001110010111011011011110000111000011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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