#852E31

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

Shades of Flame Red #852E31

Tints of Flame Red #852E31

Color information

#852E31 (or 0x852E31) is unknown color: approx Flame Red. HEX triplet: 85, 2E and 31. RGB value is (133,46,49). Sum of RGB (Red+Green+Blue) = 133+46+49=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #852E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E31 is #7AD1CE. Grayscale: #484848. Windows color (decimal): -8049103 or 3223173. OLE color: 3223173.

HSL color Cylindrical-coordinate representation of color #852E31: hue angle of 357.93º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E31 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1334649-
CMYK00.650.630.48
HSL357.93º48.6%35.1%-
HSV(B)357.93º65.41%52.16%-
XYZ11.27.163.7-
YUV72.35114.82171.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.33%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=58.33%
G=20.18%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133464900.650.630.48357.9348.635.1
Hex852E310413F301663123
Octal2055661010177605466143
Binary1000010110111011000101000001111111110000101100110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852E31; }

 p { color: rgb(133,46,49); }

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

<style>
 a { background-color: #852E31; }

 a { background-color: rgb(133,46,49); }

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

<style>
 span { border-color: #852E31; }

 span { border-color: rgb(133,46,49); }

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