#561C1F

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

Shades of Burnt Crimson #561C1F

Tints of Burnt Crimson #561C1F

Color information

#561C1F (or 0x561C1F) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1C and 1F. RGB value is (86,28,31). Sum of RGB (Red+Green+Blue) = 86+28+31=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #561C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C1F is #A9E3E0. Grayscale: #2D2D2D. Windows color (decimal): -11133921 or 2038870. OLE color: 2038870.

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

Color convert

RGB862831-
CMYK00.670.640.66
HSL356.9º50.88%22.35%-
HSV(B)356.9º67.44%33.73%-
XYZ4.52.911.62-
YUV45.68119.72156.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=59.31%
G=19.31%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86283100.670.640.66356.950.8822.35
Hex561C1F04340421653316
Octal126343701031001025456326
Binary10101101110011111010000111000000100001010110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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