#851F29

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

Shades of Flame Red #851F29

Tints of Flame Red #851F29

Color information

#851F29 (or 0x851F29) is unknown color: approx Flame Red. HEX triplet: 85, 1F and 29. RGB value is (133,31,41). Sum of RGB (Red+Green+Blue) = 133+31+41=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #851F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851F29 is #7AE0D6. Grayscale: #3E3E3E. Windows color (decimal): -8052951 or 2695045. OLE color: 2695045.

HSL color Cylindrical-coordinate representation of color #851F29: hue angle of 354.12º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851F29 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1333141-
CMYK00.770.690.48
HSL354.12º62.2%32.16%-
HSV(B)354.12º76.69%52.16%-
XYZ10.566.132.72-
YUV62.64115.79178.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 41 (16.41% from 255) = 20%
R=64.88%
G=15.12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133314100.770.690.48354.1262.232.16
Hex851F2904D45301623e20
Octal20537510115105605427640
Binary1000010111111101001010011011000101110000101100010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851F29; }

 p { color: rgb(133,31,41); }

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

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

 a { background-color: rgb(133,31,41); }

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

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

 span { border-color: rgb(133,31,41); }

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