#561A1E

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

Shades of Burnt Crimson #561A1E

Tints of Burnt Crimson #561A1E

Color information

#561A1E (or 0x561A1E) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1A and 1E. RGB value is (86,26,30). Sum of RGB (Red+Green+Blue) = 86+26+30=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A1E is #A9E5E1. Grayscale: #2C2C2C. Windows color (decimal): -11134434 or 1972822. OLE color: 1972822.

HSL color Cylindrical-coordinate representation of color #561A1E: hue angle of 356º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A1E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB862630-
CMYK00.700.650.66
HSL356º53.57%21.96%-
HSV(B)356º69.77%33.73%-
XYZ4.442.811.54-
YUV44.4119.88157.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=60.56%
G=18.31%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86263000.700.650.6635653.5721.96
Hex561A1E04641421643616
Octal126323601061011025446626
Binary10101101101011110010001101000001100001010110010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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