#852E32

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

Shades of Flame Red #852E32

Tints of Flame Red #852E32

Color information

#852E32 (or 0x852E32) is unknown color: approx Flame Red. HEX triplet: 85, 2E and 32. RGB value is (133,46,50). Sum of RGB (Red+Green+Blue) = 133+46+50=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #852E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E32 is #7AD1CD. Grayscale: #484848. Windows color (decimal): -8049102 or 3288709. OLE color: 3288709.

HSL color Cylindrical-coordinate representation of color #852E32: hue angle of 357.24º 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 #852E32 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1334650-
CMYK00.650.620.48
HSL357.24º48.6%35.1%-
HSV(B)357.24º65.41%52.16%-
XYZ11.237.173.81-
YUV72.47115.32171.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=58.08%
G=20.09%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133465000.650.620.48357.2448.635.1
Hex852E320413E301653123
Octal2055662010176605456143
Binary1000010110111011001001000001111110110000101100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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