#561E24

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

Shades of Burnt Crimson #561E24

Tints of Burnt Crimson #561E24

Color information

#561E24 (or 0x561E24) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1E and 24. RGB value is (86,30,36). Sum of RGB (Red+Green+Blue) = 86+30+36=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #561E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E24 is #A9E1DB. Grayscale: #2F2F2F. Windows color (decimal): -11133404 or 2367062. OLE color: 2367062.

HSL color Cylindrical-coordinate representation of color #561E24: hue angle of 353.57º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E24 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB863036-
CMYK00.650.580.66
HSL353.57º48.28%22.75%-
HSV(B)353.57º65.12%33.73%-
XYZ4.623.032.01-
YUV47.43121.55155.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=56.58%
G=19.74%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86303600.650.580.66353.5748.2822.75
Hex561E240413A421623017
Octal12636440101721025426027
Binary10101101111010010001000001111010100001010110001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,30,36); }

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

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

 a { background-color: rgb(86,30,36); }

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

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

 span { border-color: rgb(86,30,36); }

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