#84262B

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

Shades of Flame Red #84262B

Tints of Flame Red #84262B

Color information

#84262B (or 0x84262B) is unknown color: approx Flame Red. HEX triplet: 84, 26 and 2B. RGB value is (132,38,43). Sum of RGB (Red+Green+Blue) = 132+38+43=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84262B is #7BD9D4. Grayscale: #424242. Windows color (decimal): -8116693 or 2827908. OLE color: 2827908.

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

Color convert

RGB1323843-
CMYK00.710.670.48
HSL356.81º55.29%33.33%-
HSV(B)356.81º71.21%51.76%-
XYZ10.646.472.97-
YUV66.68114.64174.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=61.97%
G=17.84%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132384300.710.670.48356.8155.2933.33
Hex84262B04743301653721
Octal20446530107103605456741
Binary10000100100110101011010001111000011110000101100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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