Html Css Color HEX #561A20 Burnt Crimson

📋 copy color: '#561A20'

red 86 ◦ green 26 ◦ blue 32

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

Shades of Burnt Crimson #561A20

Tints of Burnt Crimson #561A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 59.72%
G = 18.06%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#561A20 (or 0x561A20) is known color: Burnt Crimson. HEX triplet: 56, 1A and 20. RGB value is (86,26,32). Sum of RGB (Red+Green+Blue) = 86+26+32=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #561A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A20 is #A9E5DF. Grayscale: #2C2C2C. Windows color (decimal): -11134432 or 2103894. OLE color: 2103894.

HSL color Cylindrical-coordinate representation of color #561A20: hue angle of 354º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A20 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 26 32 -
CMYK 0 0.70 0.63 0.66
HSL 354º 0.54% 0.22% -
HSV(B) 354º 0.7% 0.34% -
XYZ 4.47 2.82 1.68 -
YUV 44.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 86 26 32 0 0.70 0.63 0.66 354 0.54 0.22
Hex 56 1A 20 0 46 3F 42 162 36 16
Octal 126 32 40 0 106 77 102 542 66 26
Binary 1010110 11010 100000 0 1000110 111111 1000010 101100010 110110 10110

Color Harmonies of #561A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A20

Black with #561A20

Text Example


Text Example

White with #561A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561A20; }

 p { color: rgb(86,26,32); }

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

background-color css

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

 a { background-color: rgb(86,26,32); }

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

border-color css

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

 span { border-color: rgb(86,26,32); }

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