#53241B

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

Shades of Caput Mortuum #53241B

Tints of Caput Mortuum #53241B

Color information

#53241B (or 0x53241B) is unknown color: approx Caput Mortuum. HEX triplet: 53, 24 and 1B. RGB value is (83,36,27). Sum of RGB (Red+Green+Blue) = 83+36+27=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53241B is #ACDBE4. Grayscale: #313131. Windows color (decimal): -11328485 or 1778771. OLE color: 1778771.

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

Color convert

RGB833627-
CMYK00.570.670.67
HSL9.64º50.91%21.57%-
HSV(B)9.64º67.47%32.55%-
XYZ4.43.181.42-
YUV49.03115.57152.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=56.85%
G=24.66%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83362700.570.670.679.6450.9121.57
Hex53241B0394343a3316
Octal1234433071103103126326
Binary101001110010011011011100110000111000011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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