#842A2D

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

Shades of Flame Red #842A2D

Tints of Flame Red #842A2D

Color information

#842A2D (or 0x842A2D) is unknown color: approx Flame Red. HEX triplet: 84, 2A and 2D. RGB value is (132,42,45). Sum of RGB (Red+Green+Blue) = 132+42+45=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #842A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A2D is #7BD5D2. Grayscale: #454545. Windows color (decimal): -8115667 or 2960004. OLE color: 2960004.

HSL color Cylindrical-coordinate representation of color #842A2D: hue angle of 358º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A2D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1324245-
CMYK00.680.660.48
HSL358º51.72%34.12%-
HSV(B)358º68.18%51.76%-
XYZ10.826.753.22-
YUV69.25114.32172.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=60.27%
G=19.18%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132424500.680.660.4835851.7234.12
Hex842A2D04442301663422
Octal20452550104102605466442
Binary10000100101010101101010001001000010110000101100110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,42,45); }

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

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

 a { background-color: rgb(132,42,45); }

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

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

 span { border-color: rgb(132,42,45); }

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