Html Css Color HEX #561011 Burnt Crimson

📋 copy color: '#561011'

red 86 ◦ green 16 ◦ blue 17

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

Shades of Burnt Crimson #561011

Tints of Burnt Crimson #561011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 17 (7.03% from 255) = 14.29%

R = 72.27%
G = 13.45%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#561011 (or 0x561011) is known color: Burnt Crimson. HEX triplet: 56, 10 and 11. RGB value is (86,16,17). Sum of RGB (Red+Green+Blue) = 86+16+17=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #561011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561011 is #A9EFEE. Grayscale: #252525. Windows color (decimal): -11137007 or 1118294. OLE color: 1118294.

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

Color convert

RGB 86 16 17 -
CMYK 0 0.81 0.80 0.66
HSL 359.14º 0.69% 0.2% -
HSV(B) 359.14º 0.81% 0.34% -
XYZ 4.12 2.39 0.77 -
YUV 37.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 86 16 17 0 0.81 0.80 0.66 359.14 0.69 0.2
Hex 56 10 11 0 51 50 42 167 45 14
Octal 126 20 21 0 121 120 102 547 105 24
Binary 1010110 10000 10001 0 1010001 1010000 1000010 101100111 1000101 10100

Color Harmonies of #561011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561011

Black with #561011

Text Example


Text Example

White with #561011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561011; }

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

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

background-color css

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

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

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

border-color css

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

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

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