#862830

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

Shades of Flame Red #862830

Tints of Flame Red #862830

Color information

#862830 (or 0x862830) is unknown color: approx Flame Red. HEX triplet: 86, 28 and 30. RGB value is (134,40,48). Sum of RGB (Red+Green+Blue) = 134+40+48=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #862830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862830 is #79D7CF. Grayscale: #454545. Windows color (decimal): -7985104 or 3156102. OLE color: 3156102.

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

Color convert

RGB1344048-
CMYK00.700.640.47
HSL354.89º54.02%34.12%-
HSV(B)354.89º70.15%52.55%-
XYZ11.126.83.52-
YUV69.02116.14174.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=60.36%
G=18.02%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134404800.700.640.47354.8954.0234.12
Hex862830046402F1633622
Octal20650600106100575436642
Binary10000110101000110000010001101000000101111101100011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862830; }

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

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

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

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

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

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

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

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