#56171D

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

Shades of Burnt Crimson #56171D

Tints of Burnt Crimson #56171D

Color information

#56171D (or 0x56171D) is unknown color: approx Burnt Crimson. HEX triplet: 56, 17 and 1D. RGB value is (86,23,29). Sum of RGB (Red+Green+Blue) = 86+23+29=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56171D is #A9E8E2. Grayscale: #2A2A2A. Windows color (decimal): -11135203 or 1906518. OLE color: 1906518.

HSL color Cylindrical-coordinate representation of color #56171D: hue angle of 354.29º 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 #56171D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB862329-
CMYK00.730.660.66
HSL354.29º57.8%21.37%-
HSV(B)354.29º73.26%33.73%-
XYZ4.372.681.45-
YUV42.52120.37159.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=62.32%
G=16.67%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86232900.730.660.66354.2957.821.37
Hex56171D04942421623a15
Octal126273501111021025427225
Binary10101101011111101010010011000010100001010110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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