Html Css Color HEX #862729 Flame Red

📋 copy color: '#862729'

red 134 ◦ green 39 ◦ blue 41

#862729
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #862729

Tints of Flame Red #862729

RGB

 RED value IS 134 (52.73% from 255) = 62.62%

 GREEN value IS 39 (15.63% from 255) = 18.22%

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 62.62%
G = 18.22%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#862729 (or 0x862729) is known color: Flame Red. HEX triplet: 86, 27 and 29. RGB value is (134,39,41). Sum of RGB (Red+Green+Blue) = 134+39+41=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #862729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862729 is #79D8D6. Grayscale: #434343. Windows color (decimal): -7985367 or 2697094. OLE color: 2697094.

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

Color convert

RGB 134 39 41 -
CMYK 0 0.71 0.69 0.47
HSL 358.74º 0.55% 0.34% -
HSV(B) 358.74º 0.71% 0.53% -
XYZ 10.96 6.68 2.81 -
YUV 67.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 134 39 41 0 0.71 0.69 0.47 358.74 0.55 0.34
Hex 86 27 29 0 47 45 2F 167 37 22
Octal 206 47 51 0 107 105 57 547 67 42
Binary 10000110 100111 101001 0 1000111 1000101 101111 101100111 110111 100010

Color Harmonies of #862729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862729

Black with #862729

Text Example


Text Example

White with #862729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862729; }

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

 H1.HeaderClassName
 {
   color: #862729;
 }
 .AnyTagClassName
 {
   color: #862729;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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