#861822

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

Shades of Flame Red #861822

Tints of Flame Red #861822

Color information

#861822 (or 0x861822) is unknown color: approx Flame Red. HEX triplet: 86, 18 and 22. RGB value is (134,24,34). Sum of RGB (Red+Green+Blue) = 134+24+34=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #861822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861822 is #79E7DD. Grayscale: #3A3A3A. Windows color (decimal): -7989214 or 2234502. OLE color: 2234502.

HSL color Cylindrical-coordinate representation of color #861822: hue angle of 354.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861822 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1342434-
CMYK00.820.750.47
HSL354.55º69.62%30.98%-
HSV(B)354.55º82.09%52.55%-
XYZ10.455.842.09-
YUV58.03114.44182.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.79%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 34 (13.67% from 255) = 17.71%
R=69.79%
G=12.5%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134243400.820.750.47354.5569.6230.98
Hex8618220524B2F163461f
Octal206304201221135754310637
Binary1000011011000100010010100101001011101111101100011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861822; }

 p { color: rgb(134,24,34); }

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

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

 a { background-color: rgb(134,24,34); }

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

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

 span { border-color: rgb(134,24,34); }

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