#85262D

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

Shades of Flame Red #85262D

Tints of Flame Red #85262D

Color information

#85262D (or 0x85262D) is unknown color: approx Flame Red. HEX triplet: 85, 26 and 2D. RGB value is (133,38,45). Sum of RGB (Red+Green+Blue) = 133+38+45=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85262D is #7AD9D2. Grayscale: #434343. Windows color (decimal): -8051155 or 2958981. OLE color: 2958981.

HSL color Cylindrical-coordinate representation of color #85262D: hue angle of 355.58º degrees, saturation: 0.56, 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 #85262D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1333845-
CMYK00.710.660.48
HSL355.58º55.56%33.53%-
HSV(B)355.58º71.43%52.16%-
XYZ10.846.563.18-
YUV67.2115.47174.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=61.57%
G=17.59%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133384500.710.660.48355.5855.5633.53
Hex85262D04742301643822
Octal20546550107102605447042
Binary10000101100110101101010001111000010110000101100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,38,45); }

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

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

 a { background-color: rgb(133,38,45); }

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

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

 span { border-color: rgb(133,38,45); }

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