Html Css Color HEX #862329 Flame Red

📋 copy color: '#862329'

red 134 ◦ green 35 ◦ blue 41

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

Shades of Flame Red #862329

Tints of Flame Red #862329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

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

R = 63.81%
G = 16.67%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#862329 (or 0x862329) is known color: Flame Red. HEX triplet: 86, 23 and 29. RGB value is (134,35,41). Sum of RGB (Red+Green+Blue) = 134+35+41=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #862329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862329 is #79DCD6. Grayscale: #414141. Windows color (decimal): -7986391 or 2696070. OLE color: 2696070.

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

Color convert

RGB 134 35 41 -
CMYK 0 0.74 0.69 0.47
HSL 356.36º 0.59% 0.33% -
HSV(B) 356.36º 0.74% 0.53% -
XYZ 10.83 6.43 2.77 -
YUV 65.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 134 35 41 0 0.74 0.69 0.47 356.36 0.59 0.33
Hex 86 23 29 0 4A 45 2F 164 3B 21
Octal 206 43 51 0 112 105 57 544 73 41
Binary 10000110 100011 101001 0 1001010 1000101 101111 101100100 111011 100001

Color Harmonies of #862329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862329

Black with #862329

Text Example


Text Example

White with #862329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862329; }

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

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

background-color css

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

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

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

border-color css

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

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

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