#561C23

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

Shades of Burnt Crimson #561C23

Tints of Burnt Crimson #561C23

Color information

#561C23 (or 0x561C23) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1C and 23. RGB value is (86,28,35). Sum of RGB (Red+Green+Blue) = 86+28+35=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #561C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C23 is #A9E3DC. Grayscale: #2E2E2E. Windows color (decimal): -11133917 or 2301014. OLE color: 2301014.

HSL color Cylindrical-coordinate representation of color #561C23: hue angle of 352.76º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C23 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB862835-
CMYK00.670.590.66
HSL352.76º50.88%22.35%-
HSV(B)352.76º67.44%33.73%-
XYZ4.562.931.92-
YUV46.14121.72156.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.72%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=57.72%
G=18.79%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86283500.670.590.66352.7650.8822.35
Hex561C230433B421613316
Octal12634430103731025416326
Binary10101101110010001101000011111011100001010110000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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