#571417

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

Shades of Burnt Crimson #571417

Tints of Burnt Crimson #571417

Color information

#571417 (or 0x571417) is unknown color: approx Burnt Crimson. HEX triplet: 57, 14 and 17. RGB value is (87,20,23). Sum of RGB (Red+Green+Blue) = 87+20+23=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571417 is #A8EBE8. Grayscale: #282828. Windows color (decimal): -11070441 or 1512535. OLE color: 1512535.

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

Color convert

RGB872023-
CMYK00.770.740.66
HSL357.31º62.62%20.98%-
HSV(B)357.31º77.01%34.12%-
XYZ4.342.591.08-
YUV40.38118.2161.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=66.92%
G=15.38%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87202300.770.740.66357.3162.6220.98
Hex57141704D4A421653f15
Octal127242701151121025457725
Binary10101111010010111010011011001010100001010110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571417; }

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

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

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

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

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

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

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

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