#561E1F

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

Shades of Burnt Crimson #561E1F

Tints of Burnt Crimson #561E1F

Color information

#561E1F (or 0x561E1F) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1E and 1F. RGB value is (86,30,31). Sum of RGB (Red+Green+Blue) = 86+30+31=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E1F is #A9E1E0. Grayscale: #2E2E2E. Windows color (decimal): -11133409 or 2039382. OLE color: 2039382.

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

Color convert

RGB863031-
CMYK00.650.640.66
HSL358.93º48.28%22.75%-
HSV(B)358.93º65.12%33.73%-
XYZ4.553.011.64-
YUV46.86119.05155.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=58.50%
G=20.41%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86303100.650.640.66358.9348.2822.75
Hex561E1F04140421673017
Octal126363701011001025476027
Binary10101101111011111010000011000000100001010110011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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