#57161D

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

Shades of Burnt Crimson #57161D

Tints of Burnt Crimson #57161D

Color information

#57161D (or 0x57161D) is unknown color: approx Burnt Crimson. HEX triplet: 57, 16 and 1D. RGB value is (87,22,29). Sum of RGB (Red+Green+Blue) = 87+22+29=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57161D is #A8E9E2. Grayscale: #2A2A2A. Windows color (decimal): -11069923 or 1906263. OLE color: 1906263.

HSL color Cylindrical-coordinate representation of color #57161D: hue angle of 353.54º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57161D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB872229-
CMYK00.750.670.66
HSL353.54º59.63%21.37%-
HSV(B)353.54º74.71%34.12%-
XYZ4.442.691.45-
YUV42.23120.53159.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=63.04%
G=15.94%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87222900.750.670.66353.5459.6321.37
Hex57161D04B43421623c15
Octal127263501131031025427425
Binary10101111011011101010010111000011100001010110001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57161D; }

 p { color: rgb(87,22,29); }

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

<style>
 a { background-color: #57161D; }

 a { background-color: rgb(87,22,29); }

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

<style>
 span { border-color: #57161D; }

 span { border-color: rgb(87,22,29); }

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