#84262A

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

Shades of Flame Red #84262A

Tints of Flame Red #84262A

Color information

#84262A (or 0x84262A) is unknown color: approx Flame Red. HEX triplet: 84, 26 and 2A. RGB value is (132,38,42). Sum of RGB (Red+Green+Blue) = 132+38+42=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84262A is #7BD9D5. Grayscale: #424242. Windows color (decimal): -8116694 or 2762372. OLE color: 2762372.

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

Color convert

RGB1323842-
CMYK00.710.680.48
HSL357.45º55.29%33.33%-
HSV(B)357.45º71.21%51.76%-
XYZ10.636.462.88-
YUV66.56114.14174.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.26%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=62.26%
G=17.92%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132384200.710.680.48357.4555.2933.33
Hex84262A04744301653721
Octal20446520107104605456741
Binary10000100100110101010010001111000100110000101100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84262A; }

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

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

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

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

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

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

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

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