#842E32

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

Shades of Flame Red #842E32

Tints of Flame Red #842E32

Color information

#842E32 (or 0x842E32) is unknown color: approx Flame Red. HEX triplet: 84, 2E and 32. RGB value is (132,46,50). Sum of RGB (Red+Green+Blue) = 132+46+50=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #842E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E32 is #7BD1CD. Grayscale: #484848. Windows color (decimal): -8114638 or 3288708. OLE color: 3288708.

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

Color convert

RGB1324650-
CMYK00.650.620.48
HSL357.21º48.31%34.9%-
HSV(B)357.21º65.15%51.76%-
XYZ11.077.093.8-
YUV72.17115.49170.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=57.89%
G=20.18%
B=21.93%

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
Decimal132465000.650.620.48357.2148.3134.9
Hex842E320413E301653023
Octal2045662010176605456043
Binary1000010010111011001001000001111110110000101100101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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