#56251C

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

Shades of Caput Mortuum #56251C

Tints of Caput Mortuum #56251C

Color information

#56251C (or 0x56251C) is unknown color: approx Caput Mortuum. HEX triplet: 56, 25 and 1C. RGB value is (86,37,28). Sum of RGB (Red+Green+Blue) = 86+37+28=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56251C is #A9DAE3. Grayscale: #323232. Windows color (decimal): -11131620 or 1844566. OLE color: 1844566.

HSL color Cylindrical-coordinate representation of color #56251C: hue angle of 9.31º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56251C is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB863728-
CMYK00.570.670.66
HSL9.31º50.88%22.35%-
HSV(B)9.31º67.44%33.73%-
XYZ4.713.391.5-
YUV50.62115.23153.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=56.95%
G=24.50%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86372800.570.670.669.3150.8822.35
Hex56251C039434293316
Octal1264534071103102116326
Binary101011010010111100011100110000111000010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56251C; }

 p { color: rgb(86,37,28); }

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

<style>
 a { background-color: #56251C; }

 a { background-color: rgb(86,37,28); }

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

<style>
 span { border-color: #56251C; }

 span { border-color: rgb(86,37,28); }

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