#561F23

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

Shades of Burnt Crimson #561F23

Tints of Burnt Crimson #561F23

Color information

#561F23 (or 0x561F23) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1F and 23. RGB value is (86,31,35). Sum of RGB (Red+Green+Blue) = 86+31+35=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #561F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F23 is #A9E0DC. Grayscale: #2F2F2F. Windows color (decimal): -11133149 or 2301782. OLE color: 2301782.

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

Color convert

RGB863135-
CMYK00.640.590.66
HSL355.64º47.01%22.94%-
HSV(B)355.64º63.95%33.73%-
XYZ4.633.081.94-
YUV47.9120.72155.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=56.58%
G=20.39%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86313500.640.590.66355.6447.0122.94
Hex561F230403B421642f17
Octal12637430100731025445727
Binary10101101111110001101000000111011100001010110010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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