Html Css Color HEX #561E20 Burnt Crimson

📋 copy color: '#561E20'

red 86 ◦ green 30 ◦ blue 32

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

Shades of Burnt Crimson #561E20

Tints of Burnt Crimson #561E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

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

R = 58.11%
G = 20.27%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#561E20 (or 0x561E20) is known color: Burnt Crimson. HEX triplet: 56, 1E and 20. RGB value is (86,30,32). Sum of RGB (Red+Green+Blue) = 86+30+32=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #561E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E20 is #A9E1DF. Grayscale: #2F2F2F. Windows color (decimal): -11133408 or 2104918. OLE color: 2104918.

HSL color Cylindrical-coordinate representation of color #561E20: hue angle of 357.86º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E20 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 30 32 -
CMYK 0 0.65 0.63 0.66
HSL 357.86º 0.48% 0.23% -
HSV(B) 357.86º 0.65% 0.34% -
XYZ 4.56 3.01 1.71 -
YUV 46.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 86 30 32 0 0.65 0.63 0.66 357.86 0.48 0.23
Hex 56 1E 20 0 41 3F 42 166 30 17
Octal 126 36 40 0 101 77 102 546 60 27
Binary 1010110 11110 100000 0 1000001 111111 1000010 101100110 110000 10111

Color Harmonies of #561E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561E20

Black with #561E20

Text Example


Text Example

White with #561E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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