#561D1F

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

Shades of Burnt Crimson #561D1F

Tints of Burnt Crimson #561D1F

Color information

#561D1F (or 0x561D1F) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1D and 1F. RGB value is (86,29,31). Sum of RGB (Red+Green+Blue) = 86+29+31=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #561D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D1F is #A9E2E0. Grayscale: #2E2E2E. Windows color (decimal): -11133665 or 2039126. OLE color: 2039126.

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

Color convert

RGB862931-
CMYK00.660.640.66
HSL357.89º49.57%22.55%-
HSV(B)357.89º66.28%33.73%-
XYZ4.522.961.63-
YUV46.27119.38156.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=58.90%
G=19.86%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86293100.660.640.66357.8949.5722.55
Hex561D1F04240421663217
Octal126353701021001025466227
Binary10101101110111111010000101000000100001010110011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,29,31); }

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

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

 a { background-color: rgb(86,29,31); }

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

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

 span { border-color: rgb(86,29,31); }

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