#561318

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

Shades of Burnt Crimson #561318

Tints of Burnt Crimson #561318

Color information

#561318 (or 0x561318) is unknown color: approx Burnt Crimson. HEX triplet: 56, 13 and 18. RGB value is (86,19,24). Sum of RGB (Red+Green+Blue) = 86+19+24=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561318 is #A9ECE7. Grayscale: #272727. Windows color (decimal): -11136232 or 1577814. OLE color: 1577814.

HSL color Cylindrical-coordinate representation of color #561318: hue angle of 355.52º 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 #561318 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB861924-
CMYK00.780.720.66
HSL355.52º63.81%20.59%-
HSV(B)355.52º77.91%33.73%-
XYZ4.242.511.13-
YUV39.6119.2161.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=66.67%
G=14.73%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86192400.780.720.66355.5263.8120.59
Hex56131804E48421644015
Octal1262330011611010254410025
Binary101011010011110000100111010010001000010101100100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561318; }

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

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

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

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

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

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

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

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