#842326

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

Shades of Flame Red #842326

Tints of Flame Red #842326

Color information

#842326 (or 0x842326) is unknown color: approx Flame Red. HEX triplet: 84, 23 and 26. RGB value is (132,35,38). Sum of RGB (Red+Green+Blue) = 132+35+38=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #842326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842326 is #7BDCD9. Grayscale: #404040. Windows color (decimal): -8117466 or 2499460. OLE color: 2499460.

HSL color Cylindrical-coordinate representation of color #842326: hue angle of 358.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842326 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1323538-
CMYK00.730.710.48
HSL358.14º58.08%32.75%-
HSV(B)358.14º73.48%51.76%-
XYZ10.476.252.49-
YUV64.34113.14176.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.39%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=64.39%
G=17.07%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132353800.730.710.48358.1458.0832.75
Hex84232604947301663a21
Octal20443460111107605467241
Binary10000100100011100110010010011000111110000101100110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842326; }

 p { color: rgb(132,35,38); }

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

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

 a { background-color: rgb(132,35,38); }

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

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

 span { border-color: rgb(132,35,38); }

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