#571215

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

Shades of Burnt Crimson #571215

Tints of Burnt Crimson #571215

Color information

#571215 (or 0x571215) is unknown color: approx Burnt Crimson. HEX triplet: 57, 12 and 15. RGB value is (87,18,21). Sum of RGB (Red+Green+Blue) = 87+18+21=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571215 is #A8EDEA. Grayscale: #272727. Windows color (decimal): -11070955 or 1380951. OLE color: 1380951.

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

Color convert

RGB871821-
CMYK00.790.760.66
HSL357.39º65.71%20.59%-
HSV(B)357.39º79.31%34.12%-
XYZ4.282.510.97-
YUV38.97117.86162.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=69.05%
G=14.29%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87182100.790.760.66357.3965.7120.59
Hex57121504F4C421654215
Octal1272225011711410254510225
Binary101011110010101010100111110011001000010101100101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571215; }

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

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

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

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

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

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

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

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