#841922

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

Shades of Flame Red #841922

Tints of Flame Red #841922

Color information

#841922 (or 0x841922) is unknown color: approx Flame Red. HEX triplet: 84, 19 and 22. RGB value is (132,25,34). Sum of RGB (Red+Green+Blue) = 132+25+34=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #841922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841922 is #7BE6DD. Grayscale: #3A3A3A. Windows color (decimal): -8120030 or 2234756. OLE color: 2234756.

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

Color convert

RGB1322534-
CMYK00.810.740.48
HSL354.95º68.15%30.78%-
HSV(B)354.95º81.06%51.76%-
XYZ10.155.722.08-
YUV58.02114.45180.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.11%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=69.11%
G=13.09%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132253400.810.740.48354.9568.1530.78
Hex8419220514A30163441f
Octal204314201211126054310437
Binary1000010011001100010010100011001010110000101100011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841922; }

 p { color: rgb(132,25,34); }

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

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

 a { background-color: rgb(132,25,34); }

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

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

 span { border-color: rgb(132,25,34); }

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