#561015

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

Shades of Burnt Crimson #561015

Tints of Burnt Crimson #561015

Color information

#561015 (or 0x561015) is unknown color: approx Burnt Crimson. HEX triplet: 56, 10 and 15. RGB value is (86,16,21). Sum of RGB (Red+Green+Blue) = 86+16+21=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #561015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561015 is #A9EFEA. Grayscale: #252525. Windows color (decimal): -11137003 or 1380438. OLE color: 1380438.

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

Color convert

RGB861621-
CMYK00.810.760.66
HSL355.71º68.63%20%-
HSV(B)355.71º81.4%33.73%-
XYZ4.162.40.95-
YUV37.5118.69162.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=69.92%
G=13.01%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86162100.810.760.66355.7168.6320
Hex5610150514C421644514
Octal1262025012111410254410524
Binary101011010000101010101000110011001000010101100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561015; }

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

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

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

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

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

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

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

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