#85171B

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

Shades of Flame Red #85171B

Tints of Flame Red #85171B

Color information

#85171B (or 0x85171B) is unknown color: approx Flame Red. HEX triplet: 85, 17 and 1B. RGB value is (133,23,27). Sum of RGB (Red+Green+Blue) = 133+23+27=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85171B is #7AE8E4. Grayscale: #383838. Windows color (decimal): -8055013 or 1775493. OLE color: 1775493.

HSL color Cylindrical-coordinate representation of color #85171B: hue angle of 357.82º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85171B is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1332327-
CMYK00.830.800.48
HSL357.82º70.51%30.59%-
HSV(B)357.82º82.71%52.16%-
XYZ10.185.681.6-
YUV56.35111.44182.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=72.68%
G=12.57%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133232700.830.800.48357.8270.5130.59
Hex85171B0535030166471f
Octal205273301231206054610737
Binary100001011011111011010100111010000110000101100110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85171B; }

 p { color: rgb(133,23,27); }

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

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

 a { background-color: rgb(133,23,27); }

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

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

 span { border-color: rgb(133,23,27); }

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