#56171B

Color #56171B Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #56171B

Tints of Burnt Crimson #56171B

Color information

#56171B (or 0x56171B) is unknown color: approx Burnt Crimson. HEX triplet: 56, 17 and 1B. RGB value is (86,23,27). Sum of RGB (Red+Green+Blue) = 86+23+27=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #56171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56171B is #A9E8E4. Grayscale: #2A2A2A. Windows color (decimal): -11135205 or 1775446. OLE color: 1775446.

HSL color Cylindrical-coordinate representation of color #56171B: hue angle of 356.19º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56171B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB862327-
CMYK00.730.690.66
HSL356.19º57.8%21.37%-
HSV(B)356.19º73.26%33.73%-
XYZ4.342.671.32-
YUV42.29119.37159.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.24%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=63.24%
G=16.91%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86232700.730.690.66356.1957.821.37
Hex56171B04945421643a15
Octal126273301111051025447225
Binary10101101011111011010010011000101100001010110010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,23,27); }

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

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

 a { background-color: rgb(86,23,27); }

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

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

 span { border-color: rgb(86,23,27); }

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