#571214

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

Shades of Burnt Crimson #571214

Tints of Burnt Crimson #571214

Color information

#571214 (or 0x571214) is unknown color: approx Burnt Crimson. HEX triplet: 57, 12 and 14. RGB value is (87,18,20). Sum of RGB (Red+Green+Blue) = 87+18+20=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571214 is #A8EDEB. Grayscale: #262626. Windows color (decimal): -11070956 or 1315415. OLE color: 1315415.

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

Color convert

RGB871820-
CMYK00.790.770.66
HSL358.26º65.71%20.59%-
HSV(B)358.26º79.31%34.12%-
XYZ4.272.510.92-
YUV38.86117.36162.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 20 (8.20% from 255) = 16%
R=69.6%
G=14.4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87182000.790.770.66358.2665.7120.59
Hex57121404F4D421664215
Octal1272224011711510254610225
Binary101011110010101000100111110011011000010101100110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571214; }

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

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

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

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

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

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

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

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