#57161A

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

Shades of Burnt Crimson #57161A

Tints of Burnt Crimson #57161A

Color information

#57161A (or 0x57161A) is unknown color: approx Burnt Crimson. HEX triplet: 57, 16 and 1A. RGB value is (87,22,26). Sum of RGB (Red+Green+Blue) = 87+22+26=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57161A is #A8E9E5. Grayscale: #292929. Windows color (decimal): -11069926 or 1709655. OLE color: 1709655.

HSL color Cylindrical-coordinate representation of color #57161A: hue angle of 356.31º 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 #57161A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB872226-
CMYK00.750.700.66
HSL356.31º59.63%21.37%-
HSV(B)356.31º74.71%34.12%-
XYZ4.42.671.26-
YUV41.89119.03160.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=64.44%
G=16.30%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87222600.750.700.66356.3159.6321.37
Hex57161A04B46421643c15
Octal127263201131061025447425
Binary10101111011011010010010111000110100001010110010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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