#85171A

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

Shades of Flame Red #85171A

Tints of Flame Red #85171A

Color information

#85171A (or 0x85171A) is unknown color: approx Flame Red. HEX triplet: 85, 17 and 1A. RGB value is (133,23,26). Sum of RGB (Red+Green+Blue) = 133+23+26=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85171A is #7AE8E5. Grayscale: #383838. Windows color (decimal): -8055014 or 1709957. OLE color: 1709957.

HSL color Cylindrical-coordinate representation of color #85171A: hue angle of 358.36º 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 #85171A is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1332326-
CMYK00.830.800.48
HSL358.36º70.51%30.59%-
HSV(B)358.36º82.71%52.16%-
XYZ10.175.671.54-
YUV56.23110.94182.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.08%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=73.08%
G=12.64%
B=14.29%

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
Decimal133232600.830.800.48358.3670.5130.59
Hex85171A0535030166471f
Octal205273201231206054610737
Binary100001011011111010010100111010000110000101100110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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