#561E21

Color #561E21 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #561E21

Tints of Burnt Crimson #561E21

Color information

#561E21 (or 0x561E21) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1E and 21. RGB value is (86,30,33). Sum of RGB (Red+Green+Blue) = 86+30+33=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #561E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E21 is #A9E1DE. Grayscale: #2F2F2F. Windows color (decimal): -11133407 or 2170454. OLE color: 2170454.

HSL color Cylindrical-coordinate representation of color #561E21: hue angle of 356.79º 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 #561E21 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB863033-
CMYK00.650.620.66
HSL356.79º48.28%22.75%-
HSV(B)356.79º65.12%33.73%-
XYZ4.583.021.78-
YUV47.09120.05155.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.72%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=57.72%
G=20.13%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86303300.650.620.66356.7948.2822.75
Hex561E210413E421653017
Octal12636410101761025456027
Binary10101101111010000101000001111110100001010110010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #561E21;
 }
 .AnyTagClassName
 {
   color: #561E21;
 }
</style>
background-color css

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

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

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

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

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

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