#57191D

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

Shades of Burnt Crimson #57191D

Tints of Burnt Crimson #57191D

Color information

#57191D (or 0x57191D) is unknown color: approx Burnt Crimson. HEX triplet: 57, 19 and 1D. RGB value is (87,25,29). Sum of RGB (Red+Green+Blue) = 87+25+29=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #57191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57191D is #A8E6E2. Grayscale: #2C2C2C. Windows color (decimal): -11069155 or 1907031. OLE color: 1907031.

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

Color convert

RGB872529-
CMYK00.710.670.66
HSL356.13º55.36%21.96%-
HSV(B)356.13º71.26%34.12%-
XYZ4.52.811.47-
YUV43.99119.54158.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=61.70%
G=17.73%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87252900.710.670.66356.1355.3621.96
Hex57191D04743421643716
Octal127313501071031025446726
Binary10101111100111101010001111000011100001010110010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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