#85272A

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

Shades of Flame Red #85272A

Tints of Flame Red #85272A

Color information

#85272A (or 0x85272A) is unknown color: approx Flame Red. HEX triplet: 85, 27 and 2A. RGB value is (133,39,42). Sum of RGB (Red+Green+Blue) = 133+39+42=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85272A is #7AD8D5. Grayscale: #434343. Windows color (decimal): -8050902 or 2762629. OLE color: 2762629.

HSL color Cylindrical-coordinate representation of color #85272A: hue angle of 358.09º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85272A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1333942-
CMYK00.710.680.48
HSL358.09º54.65%33.73%-
HSV(B)358.09º70.68%52.16%-
XYZ10.826.62.9-
YUV67.45113.64174.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=62.15%
G=18.22%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133394200.710.680.48358.0954.6533.73
Hex85272A04744301663722
Octal20547520107104605466742
Binary10000101100111101010010001111000100110000101100110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,39,42); }

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

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

 a { background-color: rgb(133,39,42); }

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

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

 span { border-color: rgb(133,39,42); }

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