Html Css Color HEX #561114 Burnt Crimson

📋 copy color: '#561114'

red 86 ◦ green 17 ◦ blue 20

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

Shades of Burnt Crimson #561114

Tints of Burnt Crimson #561114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.82%

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 69.92%
G = 13.82%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#561114 (or 0x561114) is known color: Burnt Crimson. HEX triplet: 56, 11 and 14. RGB value is (86,17,20). Sum of RGB (Red+Green+Blue) = 86+17+20=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #561114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561114 is #A9EEEB. Grayscale: #262626. Windows color (decimal): -11136748 or 1315158. OLE color: 1315158.

HSL color Cylindrical-coordinate representation of color #561114: hue angle of 357.39º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561114 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 20 -
CMYK 0 0.80 0.77 0.66
HSL 357.39º 0.67% 0.2% -
HSV(B) 357.39º 0.8% 0.34% -
XYZ 4.16 2.43 0.91 -
YUV 37.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 86 17 20 0 0.80 0.77 0.66 357.39 0.67 0.2
Hex 56 11 14 0 50 4D 42 165 43 14
Octal 126 21 24 0 120 115 102 545 103 24
Binary 1010110 10001 10100 0 1010000 1001101 1000010 101100101 1000011 10100

Color Harmonies of #561114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561114

Black with #561114

Text Example


Text Example

White with #561114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561114; }

 p { color: rgb(86,17,20); }

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

background-color css

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

 a { background-color: rgb(86,17,20); }

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

border-color css

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

 span { border-color: rgb(86,17,20); }

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