#57141B

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

Shades of Burnt Crimson #57141B

Tints of Burnt Crimson #57141B

Color information

#57141B (or 0x57141B) is unknown color: approx Burnt Crimson. HEX triplet: 57, 14 and 1B. RGB value is (87,20,27). Sum of RGB (Red+Green+Blue) = 87+20+27=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57141B is #A8EBE4. Grayscale: #282828. Windows color (decimal): -11070437 or 1774679. OLE color: 1774679.

HSL color Cylindrical-coordinate representation of color #57141B: hue angle of 353.73º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57141B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB872027-
CMYK00.770.690.66
HSL353.73º62.62%20.98%-
HSV(B)353.73º77.01%34.12%-
XYZ4.382.611.31-
YUV40.83120.2160.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.93%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=64.93%
G=14.93%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87202700.770.690.66353.7362.6220.98
Hex57141B04D45421623f15
Octal127243301151051025427725
Binary10101111010011011010011011000101100001010110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57141B; }

 p { color: rgb(87,20,27); }

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

<style>
 a { background-color: #57141B; }

 a { background-color: rgb(87,20,27); }

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

<style>
 span { border-color: #57141B; }

 span { border-color: rgb(87,20,27); }

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