#561319

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

Shades of Burnt Crimson #561319

Tints of Burnt Crimson #561319

Color information

#561319 (or 0x561319) is unknown color: approx Burnt Crimson. HEX triplet: 56, 13 and 19. RGB value is (86,19,25). Sum of RGB (Red+Green+Blue) = 86+19+25=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #561319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561319 is #A9ECE6. Grayscale: #272727. Windows color (decimal): -11136231 or 1643350. OLE color: 1643350.

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

Color convert

RGB861925-
CMYK00.780.710.66
HSL354.63º63.81%20.59%-
HSV(B)354.63º77.91%33.73%-
XYZ4.252.511.18-
YUV39.72119.7161.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=66.15%
G=14.62%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86192500.780.710.66354.6363.8120.59
Hex56131904E47421634015
Octal1262331011610710254310025
Binary101011010011110010100111010001111000010101100011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561319; }

 p { color: rgb(86,19,25); }

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

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

 a { background-color: rgb(86,19,25); }

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

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

 span { border-color: rgb(86,19,25); }

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