Html Css Color HEX #561416 Burnt Crimson

📋 copy color: '#561416'

red 86 ◦ green 20 ◦ blue 22

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

Shades of Burnt Crimson #561416

Tints of Burnt Crimson #561416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 67.19%
G = 15.63%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#561416 (or 0x561416) is known color: Burnt Crimson. HEX triplet: 56, 14 and 16. RGB value is (86,20,22). Sum of RGB (Red+Green+Blue) = 86+20+22=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561416 is #A9EBE9. Grayscale: #282828. Windows color (decimal): -11135978 or 1446998. OLE color: 1446998.

HSL color Cylindrical-coordinate representation of color #561416: hue angle of 358.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561416 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 22 -
CMYK 0 0.77 0.74 0.66
HSL 358.18º 0.62% 0.21% -
HSV(B) 358.18º 0.77% 0.34% -
XYZ 4.23 2.54 1.03 -
YUV 39.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 86 20 22 0 0.77 0.74 0.66 358.18 0.62 0.21
Hex 56 14 16 0 4D 4A 42 166 3E 15
Octal 126 24 26 0 115 112 102 546 76 25
Binary 1010110 10100 10110 0 1001101 1001010 1000010 101100110 111110 10101

Color Harmonies of #561416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561416

Black with #561416

Text Example


Text Example

White with #561416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561416; }

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

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

background-color css

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

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

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

border-color css

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

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

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