#84262D

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

Shades of Flame Red #84262D

Tints of Flame Red #84262D

Color information

#84262D (or 0x84262D) is unknown color: approx Flame Red. HEX triplet: 84, 26 and 2D. RGB value is (132,38,45). Sum of RGB (Red+Green+Blue) = 132+38+45=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84262D is #7BD9D2. Grayscale: #424242. Windows color (decimal): -8116691 or 2958980. OLE color: 2958980.

HSL color Cylindrical-coordinate representation of color #84262D: hue angle of 355.53º 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 #84262D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1323845-
CMYK00.710.660.48
HSL355.53º55.29%33.33%-
HSV(B)355.53º71.21%51.76%-
XYZ10.686.483.17-
YUV66.9115.64174.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=61.40%
G=17.67%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132384500.710.660.48355.5355.2933.33
Hex84262D04742301643721
Octal20446550107102605446741
Binary10000100100110101101010001111000010110000101100100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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