#561517

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

Shades of Burnt Crimson #561517

Tints of Burnt Crimson #561517

Color information

#561517 (or 0x561517) is unknown color: approx Burnt Crimson. HEX triplet: 56, 15 and 17. RGB value is (86,21,23). Sum of RGB (Red+Green+Blue) = 86+21+23=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #561517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561517 is #A9EAE8. Grayscale: #282828. Windows color (decimal): -11135721 or 1512790. OLE color: 1512790.

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

Color convert

RGB862123-
CMYK00.760.730.66
HSL358.15º60.75%20.98%-
HSV(B)358.15º75.58%33.73%-
XYZ4.262.581.08-
YUV40.66118.03160.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=66.15%
G=16.15%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86212300.760.730.66358.1560.7520.98
Hex56151704C49421663d15
Octal126252701141111025467525
Binary10101101010110111010011001001001100001010110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561517; }

 p { color: rgb(86,21,23); }

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

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

 a { background-color: rgb(86,21,23); }

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

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

 span { border-color: rgb(86,21,23); }

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