#571217

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

Shades of Burnt Crimson #571217

Tints of Burnt Crimson #571217

Color information

#571217 (or 0x571217) is unknown color: approx Burnt Crimson. HEX triplet: 57, 12 and 17. RGB value is (87,18,23). Sum of RGB (Red+Green+Blue) = 87+18+23=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571217 is #A8EDE8. Grayscale: #272727. Windows color (decimal): -11070953 or 1512023. OLE color: 1512023.

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

Color convert

RGB871823-
CMYK00.790.740.66
HSL355.65º65.71%20.59%-
HSV(B)355.65º79.31%34.12%-
XYZ4.32.521.07-
YUV39.2118.86162.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.97%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=67.97%
G=14.06%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87182300.790.740.66355.6565.7120.59
Hex57121704F4A421644215
Octal1272227011711210254410225
Binary101011110010101110100111110010101000010101100100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571217; }

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

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

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

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

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

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

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

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