#571115

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

Shades of Burnt Crimson #571115

Tints of Burnt Crimson #571115

Color information

#571115 (or 0x571115) is unknown color: approx Burnt Crimson. HEX triplet: 57, 11 and 15. RGB value is (87,17,21). Sum of RGB (Red+Green+Blue) = 87+17+21=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571115 is #A8EEEA. Grayscale: #262626. Windows color (decimal): -11071211 or 1380695. OLE color: 1380695.

HSL color Cylindrical-coordinate representation of color #571115: hue angle of 356.57º 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 #571115 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB871721-
CMYK00.800.760.66
HSL356.57º67.31%20.39%-
HSV(B)356.57º80.46%34.12%-
XYZ4.272.480.96-
YUV38.39118.19162.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=69.6%
G=13.6%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87172100.800.760.66356.5767.3120.39
Hex5711150504C421654314
Octal1272125012011410254510324
Binary101011110001101010101000010011001000010101100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571115; }

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

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

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

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

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

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

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

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