Html Css Color HEX #56171A Burnt Crimson

📋 copy color: '#56171A'

red 86 ◦ green 23 ◦ blue 26

#56171A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #56171A

Tints of Burnt Crimson #56171A

RGB

 RED value IS 86 (33.98% from 255) = 63.7%

 GREEN value IS 23 (9.38% from 255) = 17.04%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 63.7%
G = 17.04%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56171A (or 0x56171A) is known color: Burnt Crimson. HEX triplet: 56, 17 and 1A. RGB value is (86,23,26). Sum of RGB (Red+Green+Blue) = 86+23+26=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #56171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56171A is #A9E8E5. Grayscale: #2A2A2A. Windows color (decimal): -11135206 or 1709910. OLE color: 1709910.

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

Color convert

RGB 86 23 26 -
CMYK 0 0.73 0.70 0.66
HSL 357.14º 0.58% 0.21% -
HSV(B) 357.14º 0.73% 0.34% -
XYZ 4.33 2.67 1.26 -
YUV 42.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 86 23 26 0 0.73 0.70 0.66 357.14 0.58 0.21
Hex 56 17 1A 0 49 46 42 165 3A 15
Octal 126 27 32 0 111 106 102 545 72 25
Binary 1010110 10111 11010 0 1001001 1000110 1000010 101100101 111010 10101

Color Harmonies of #56171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56171A

Black with #56171A

Text Example


Text Example

White with #56171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56171A;
 }
 .AnyTagClassName
 {
   color: #56171A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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