#851920

Color #851920 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #851920

Tints of Flame Red #851920

Color information

#851920 (or 0x851920) is unknown color: approx Flame Red. HEX triplet: 85, 19 and 20. RGB value is (133,25,32). Sum of RGB (Red+Green+Blue) = 133+25+32=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #851920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851920 is #7AE6DF. Grayscale: #3A3A3A. Windows color (decimal): -8054496 or 2103685. OLE color: 2103685.

HSL color Cylindrical-coordinate representation of color #851920: hue angle of 356.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851920 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1332532-
CMYK00.810.760.48
HSL356.11º68.35%30.98%-
HSV(B)356.11º81.2%52.16%-
XYZ10.285.791.94-
YUV58.09113.28181.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=70%
G=13.16%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133253200.810.760.48356.1168.3530.98
Hex8519200514C30164441f
Octal205314001211146054410437
Binary1000010111001100000010100011001100110000101100100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851920; }

 p { color: rgb(133,25,32); }

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

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

 a { background-color: rgb(133,25,32); }

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

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

 span { border-color: rgb(133,25,32); }

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