#85262C

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

Shades of Flame Red #85262C

Tints of Flame Red #85262C

Color information

#85262C (or 0x85262C) is unknown color: approx Flame Red. HEX triplet: 85, 26 and 2C. RGB value is (133,38,44). Sum of RGB (Red+Green+Blue) = 133+38+44=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85262C is #7AD9D3. Grayscale: #434343. Windows color (decimal): -8051156 or 2893445. OLE color: 2893445.

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

Color convert

RGB1333844-
CMYK00.710.670.48
HSL356.21º55.56%33.53%-
HSV(B)356.21º71.43%52.16%-
XYZ10.826.553.08-
YUV67.09114.97175.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=61.86%
G=17.67%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133384400.710.670.48356.2155.5633.53
Hex85262C04743301643822
Octal20546540107103605447042
Binary10000101100110101100010001111000011110000101100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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