#56191A

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

Shades of Burnt Crimson #56191A

Tints of Burnt Crimson #56191A

Color information

#56191A (or 0x56191A) is unknown color: approx Burnt Crimson. HEX triplet: 56, 19 and 1A. RGB value is (86,25,26). Sum of RGB (Red+Green+Blue) = 86+25+26=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #56191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56191A is #A9E6E5. Grayscale: #2B2B2B. Windows color (decimal): -11134694 or 1710422. OLE color: 1710422.

HSL color Cylindrical-coordinate representation of color #56191A: hue angle of 359.02º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56191A is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB862526-
CMYK00.710.700.66
HSL359.02º54.95%21.76%-
HSV(B)359.02º70.93%33.73%-
XYZ4.372.751.28-
YUV43.35118.21158.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=62.77%
G=18.25%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86252600.710.700.66359.0254.9521.76
Hex56191A04746421673716
Octal126313201071061025476726
Binary10101101100111010010001111000110100001010110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56191A; }

 p { color: rgb(86,25,26); }

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

<style>
 a { background-color: #56191A; }

 a { background-color: rgb(86,25,26); }

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

<style>
 span { border-color: #56191A; }

 span { border-color: rgb(86,25,26); }

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