#571013

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

Shades of Burnt Crimson #571013

Tints of Burnt Crimson #571013

Color information

#571013 (or 0x571013) is unknown color: approx Burnt Crimson. HEX triplet: 57, 10 and 13. RGB value is (87,16,19). Sum of RGB (Red+Green+Blue) = 87+16+19=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #571013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571013 is #A8EFEC. Grayscale: #252525. Windows color (decimal): -11071469 or 1249367. OLE color: 1249367.

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

Color convert

RGB871619-
CMYK00.820.780.66
HSL357.46º68.93%20.2%-
HSV(B)357.46º81.61%34.12%-
XYZ4.232.440.86-
YUV37.57117.52163.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.31%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=71.31%
G=13.11%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87161900.820.780.66357.4668.9320.2
Hex5710130524E421654514
Octal1272023012211610254510524
Binary101011110000100110101001010011101000010101100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571013; }

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

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

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

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

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

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

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

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