#862930

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

Shades of Flame Red #862930

Tints of Flame Red #862930

Color information

#862930 (or 0x862930) is unknown color: approx Flame Red. HEX triplet: 86, 29 and 30. RGB value is (134,41,48). Sum of RGB (Red+Green+Blue) = 134+41+48=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #862930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862930 is #79D6CF. Grayscale: #454545. Windows color (decimal): -7984848 or 3156358. OLE color: 3156358.

HSL color Cylindrical-coordinate representation of color #862930: hue angle of 355.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862930 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1344148-
CMYK00.690.640.47
HSL355.48º53.14%34.31%-
HSV(B)355.48º69.4%52.55%-
XYZ11.166.873.53-
YUV69.6115.81173.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=60.09%
G=18.39%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134414800.690.640.47355.4853.1434.31
Hex862930045402F1633522
Octal20651600105100575436542
Binary10000110101001110000010001011000000101111101100011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862930; }

 p { color: rgb(134,41,48); }

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

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

 a { background-color: rgb(134,41,48); }

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

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

 span { border-color: rgb(134,41,48); }

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