Html Css Color HEX #86272E Flame Red

📋 copy color: '#86272E'

red 134 ◦ green 39 ◦ blue 46

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

Shades of Flame Red #86272E

Tints of Flame Red #86272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 61.19%
G = 17.81%
B = 21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86272E (or 0x86272E) is known color: Flame Red. HEX triplet: 86, 27 and 2E. RGB value is (134,39,46). Sum of RGB (Red+Green+Blue) = 134+39+46=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86272E is #79D8D1. Grayscale: #444444. Windows color (decimal): -7985362 or 3024774. OLE color: 3024774.

HSL color Cylindrical-coordinate representation of color #86272E: hue angle of 355.58º 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 #86272E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 39 46 -
CMYK 0 0.71 0.66 0.47
HSL 355.58º 0.55% 0.34% -
HSV(B) 355.58º 0.71% 0.53% -
XYZ 11.05 6.72 3.3 -
YUV 68.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 134 39 46 0 0.71 0.66 0.47 355.58 0.55 0.34
Hex 86 27 2E 0 47 42 2F 164 37 22
Octal 206 47 56 0 107 102 57 544 67 42
Binary 10000110 100111 101110 0 1000111 1000010 101111 101100100 110111 100010

Color Harmonies of #86272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86272E

Black with #86272E

Text Example


Text Example

White with #86272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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