#561E23

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

Shades of Burnt Crimson #561E23

Tints of Burnt Crimson #561E23

Color information

#561E23 (or 0x561E23) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1E and 23. RGB value is (86,30,35). Sum of RGB (Red+Green+Blue) = 86+30+35=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #561E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E23 is #A9E1DC. Grayscale: #2F2F2F. Windows color (decimal): -11133405 or 2301526. OLE color: 2301526.

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

Color convert

RGB863035-
CMYK00.650.590.66
HSL354.64º48.28%22.75%-
HSV(B)354.64º65.12%33.73%-
XYZ4.613.031.93-
YUV47.31121.05155.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=56.95%
G=19.87%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86303500.650.590.66354.6448.2822.75
Hex561E230413B421633017
Octal12636430101731025436027
Binary10101101111010001101000001111011100001010110001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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