#571219

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

Shades of Burnt Crimson #571219

Tints of Burnt Crimson #571219

Color information

#571219 (or 0x571219) is unknown color: approx Burnt Crimson. HEX triplet: 57, 12 and 19. RGB value is (87,18,25). Sum of RGB (Red+Green+Blue) = 87+18+25=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571219 is #A8EDE6. Grayscale: #272727. Windows color (decimal): -11070951 or 1643095. OLE color: 1643095.

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

Color convert

RGB871825-
CMYK00.790.710.66
HSL353.91º65.71%20.59%-
HSV(B)353.91º79.31%34.12%-
XYZ4.322.531.18-
YUV39.43119.86161.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=66.92%
G=13.85%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87182500.790.710.66353.9165.7120.59
Hex57121904F47421624215
Octal1272231011710710254210225
Binary101011110010110010100111110001111000010101100010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571219; }

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

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

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

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

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

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

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

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