Html Css Color HEX #56171E Burnt Crimson

📋 copy color: '#56171E'

red 86 ◦ green 23 ◦ blue 30

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

Shades of Burnt Crimson #56171E

Tints of Burnt Crimson #56171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 61.87%
G = 16.55%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#56171E (or 0x56171E) is known color: Burnt Crimson. HEX triplet: 56, 17 and 1E. RGB value is (86,23,30). Sum of RGB (Red+Green+Blue) = 86+23+30=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #56171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56171E is #A9E8E1. Grayscale: #2A2A2A. Windows color (decimal): -11135202 or 1972054. OLE color: 1972054.

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

Color convert

RGB 86 23 30 -
CMYK 0 0.73 0.65 0.66
HSL 353.33º 0.58% 0.21% -
HSV(B) 353.33º 0.73% 0.34% -
XYZ 4.38 2.68 1.52 -
YUV 42.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 86 23 30 0 0.73 0.65 0.66 353.33 0.58 0.21
Hex 56 17 1E 0 49 41 42 161 3A 15
Octal 126 27 36 0 111 101 102 541 72 25
Binary 1010110 10111 11110 0 1001001 1000001 1000010 101100001 111010 10101

Color Harmonies of #56171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56171E

Black with #56171E

Text Example


Text Example

White with #56171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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