#85181D

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

Shades of Flame Red #85181D

Tints of Flame Red #85181D

Color information

#85181D (or 0x85181D) is unknown color: approx Flame Red. HEX triplet: 85, 18 and 1D. RGB value is (133,24,29). Sum of RGB (Red+Green+Blue) = 133+24+29=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #85181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85181D is #7AE7E2. Grayscale: #393939. Windows color (decimal): -8054755 or 1906821. OLE color: 1906821.

HSL color Cylindrical-coordinate representation of color #85181D: hue angle of 357.25º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85181D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB1332429-
CMYK00.820.780.48
HSL357.25º69.43%30.78%-
HSV(B)357.25º81.95%52.16%-
XYZ10.225.731.73-
YUV57.16112.11182.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.51%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=71.51%
G=12.90%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133242900.820.780.48357.2569.4330.78
Hex85181D0524E30165451f
Octal205303501221166054510537
Binary100001011100011101010100101001110110000101100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85181D; }

 p { color: rgb(133,24,29); }

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

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

 a { background-color: rgb(133,24,29); }

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

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

 span { border-color: rgb(133,24,29); }

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