Html Css Color HEX #8B2731 Flame Red

📋 copy color: '#8B2731'

red 139 ◦ green 39 ◦ blue 49

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

Shades of Flame Red #8B2731

Tints of Flame Red #8B2731

RGB

 RED value IS 139 (54.69% from 255) = 61.23%

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

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 61.23%
G = 17.18%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B2731 (or 0x8B2731) is known color: Flame Red. HEX triplet: 8B, 27 and 31. RGB value is (139,39,49). Sum of RGB (Red+Green+Blue) = 139+39+49=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2731 is #74D8CE. Grayscale: #464646. Windows color (decimal): -7657679 or 3221387. OLE color: 3221387.

HSL color Cylindrical-coordinate representation of color #8B2731: hue angle of 354º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B2731 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 39 49 -
CMYK 0 0.72 0.65 0.45
HSL 354º 0.56% 0.35% -
HSV(B) 354º 0.72% 0.55% -
XYZ 11.93 7.16 3.66 -
YUV 70.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 139 39 49 0 0.72 0.65 0.45 354 0.56 0.35
Hex 8B 27 31 0 48 41 2D 162 38 23
Octal 213 47 61 0 110 101 55 542 70 43
Binary 10001011 100111 110001 0 1001000 1000001 101101 101100010 111000 100011

Color Harmonies of #8B2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2731

Black with #8B2731

Text Example


Text Example

White with #8B2731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B2731; }

 p { color: rgb(139,39,49); }

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

background-color css

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

 a { background-color: rgb(139,39,49); }

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

border-color css

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

 span { border-color: rgb(139,39,49); }

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