#852D31

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

Shades of Flame Red #852D31

Tints of Flame Red #852D31

Color information

#852D31 (or 0x852D31) is unknown color: approx Flame Red. HEX triplet: 85, 2D and 31. RGB value is (133,45,49). Sum of RGB (Red+Green+Blue) = 133+45+49=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D31 is #7AD2CE. Grayscale: #474747. Windows color (decimal): -8049359 or 3222917. OLE color: 3222917.

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

Color convert

RGB1334549-
CMYK00.660.630.48
HSL357.27º49.44%34.9%-
HSV(B)357.27º66.17%52.16%-
XYZ11.177.093.68-
YUV71.77115.15171.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=58.59%
G=19.82%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133454900.660.630.48357.2749.4434.9
Hex852D310423F301653123
Octal2055561010277605456143
Binary1000010110110111000101000010111111110000101100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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