#561E25

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

Shades of Burnt Crimson #561E25

Tints of Burnt Crimson #561E25

Color information

#561E25 (or 0x561E25) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1E and 25. RGB value is (86,30,37). Sum of RGB (Red+Green+Blue) = 86+30+37=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #561E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E25 is #A9E1DA. Grayscale: #2F2F2F. Windows color (decimal): -11133403 or 2432598. OLE color: 2432598.

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

Color convert

RGB863037-
CMYK00.650.570.66
HSL352.5º48.28%22.75%-
HSV(B)352.5º65.12%33.73%-
XYZ4.643.042.09-
YUV47.54122.05155.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=56.21%
G=19.61%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86303700.650.570.66352.548.2822.75
Hex561E2504139421603017
Octal12636450101711025406027
Binary10101101111010010101000001111001100001010110000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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