Html Css Color HEX #561113 Burnt Crimson

📋 copy color: '#561113'

red 86 ◦ green 17 ◦ blue 19

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

Shades of Burnt Crimson #561113

Tints of Burnt Crimson #561113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 70.49%
G = 13.93%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#561113 (or 0x561113) is known color: Burnt Crimson. HEX triplet: 56, 11 and 13. RGB value is (86,17,19). Sum of RGB (Red+Green+Blue) = 86+17+19=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #561113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561113 is #A9EEEC. Grayscale: #252525. Windows color (decimal): -11136749 or 1249622. OLE color: 1249622.

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

Color convert

RGB 86 17 19 -
CMYK 0 0.80 0.78 0.66
HSL 358.26º 0.67% 0.2% -
HSV(B) 358.26º 0.8% 0.34% -
XYZ 4.16 2.43 0.87 -
YUV 37.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 86 17 19 0 0.80 0.78 0.66 358.26 0.67 0.2
Hex 56 11 13 0 50 4E 42 166 43 14
Octal 126 21 23 0 120 116 102 546 103 24
Binary 1010110 10001 10011 0 1010000 1001110 1000010 101100110 1000011 10100

Color Harmonies of #561113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561113

Black with #561113

Text Example


Text Example

White with #561113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561113; }

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

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

background-color css

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

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

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

border-color css

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

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

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