#571218

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

Shades of Burnt Crimson #571218

Tints of Burnt Crimson #571218

Color information

#571218 (or 0x571218) is unknown color: approx Burnt Crimson. HEX triplet: 57, 12 and 18. RGB value is (87,18,24). Sum of RGB (Red+Green+Blue) = 87+18+24=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571218 is #A8EDE7. Grayscale: #272727. Windows color (decimal): -11070952 or 1577559. OLE color: 1577559.

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

Color convert

RGB871824-
CMYK00.790.720.66
HSL354.78º65.71%20.59%-
HSV(B)354.78º79.31%34.12%-
XYZ4.312.521.12-
YUV39.31119.36162.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=67.44%
G=13.95%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87182400.790.720.66354.7865.7120.59
Hex57121804F48421634215
Octal1272230011711010254310225
Binary101011110010110000100111110010001000010101100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571218; }

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

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

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

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

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

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

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

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