#561C21

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

Shades of Burnt Crimson #561C21

Tints of Burnt Crimson #561C21

Color information

#561C21 (or 0x561C21) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1C and 21. RGB value is (86,28,33). Sum of RGB (Red+Green+Blue) = 86+28+33=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C21 is #A9E3DE. Grayscale: #2D2D2D. Windows color (decimal): -11133919 or 2169942. OLE color: 2169942.

HSL color Cylindrical-coordinate representation of color #561C21: hue angle of 354.83º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C21 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB862833-
CMYK00.670.620.66
HSL354.83º50.88%22.35%-
HSV(B)354.83º67.44%33.73%-
XYZ4.532.921.76-
YUV45.91120.72156.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=58.50%
G=19.05%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86283300.670.620.66354.8350.8822.35
Hex561C210433E421633316
Octal12634410103761025436326
Binary10101101110010000101000011111110100001010110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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