#561D26

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

Shades of Burnt Crimson #561D26

Tints of Burnt Crimson #561D26

Color information

#561D26 (or 0x561D26) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1D and 26. RGB value is (86,29,38). Sum of RGB (Red+Green+Blue) = 86+29+38=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #561D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D26 is #A9E2D9. Grayscale: #2F2F2F. Windows color (decimal): -11133658 or 2497878. OLE color: 2497878.

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

Color convert

RGB862938-
CMYK00.660.560.66
HSL350.53º49.57%22.55%-
HSV(B)350.53º66.28%33.73%-
XYZ4.6332.17-
YUV47.07122.88155.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=56.21%
G=18.95%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86293800.660.560.66350.5349.5722.55
Hex561D26042384215f3217
Octal12635460102701025376227
Binary10101101110110011001000010111000100001010101111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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