#561D24

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

Shades of Burnt Crimson #561D24

Tints of Burnt Crimson #561D24

Color information

#561D24 (or 0x561D24) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1D and 24. RGB value is (86,29,36). Sum of RGB (Red+Green+Blue) = 86+29+36=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #561D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D24 is #A9E2DB. Grayscale: #2E2E2E. Windows color (decimal): -11133660 or 2366806. OLE color: 2366806.

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

Color convert

RGB862936-
CMYK00.660.580.66
HSL352.63º49.57%22.55%-
HSV(B)352.63º66.28%33.73%-
XYZ4.62.982-
YUV46.84121.88155.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=56.95%
G=19.21%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86293600.660.580.66352.6349.5722.55
Hex561D240423A421613217
Octal12635440102721025416227
Binary10101101110110010001000010111010100001010110000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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