#571113

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

Shades of Burnt Crimson #571113

Tints of Burnt Crimson #571113

Color information

#571113 (or 0x571113) is unknown color: approx Burnt Crimson. HEX triplet: 57, 11 and 13. RGB value is (87,17,19). Sum of RGB (Red+Green+Blue) = 87+17+19=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #571113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571113 is #A8EEEC. Grayscale: #262626. Windows color (decimal): -11071213 or 1249623. OLE color: 1249623.

HSL color Cylindrical-coordinate representation of color #571113: hue angle of 358.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571113 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB871719-
CMYK00.800.780.66
HSL358.29º67.31%20.39%-
HSV(B)358.29º80.46%34.12%-
XYZ4.252.470.87-
YUV38.16117.19162.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=70.73%
G=13.82%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87171900.800.780.66358.2967.3120.39
Hex5711130504E421664314
Octal1272123012011610254610324
Binary101011110001100110101000010011101000010101100110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571113; }

 p { color: rgb(87,17,19); }

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

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

 a { background-color: rgb(87,17,19); }

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

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

 span { border-color: rgb(87,17,19); }

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