#8B2831

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

Shades of Flame Red #8B2831

Tints of Flame Red #8B2831

Color information

#8B2831 (or 0x8B2831) is unknown color: approx Flame Red. HEX triplet: 8B, 28 and 31. RGB value is (139,40,49). Sum of RGB (Red+Green+Blue) = 139+40+49=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2831 is #74D7CE. Grayscale: #464646. Windows color (decimal): -7657423 or 3221643. OLE color: 3221643.

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

Color convert

RGB1394049-
CMYK00.710.650.45
HSL354.55º55.31%35.1%-
HSV(B)354.55º71.22%54.51%-
XYZ11.967.233.67-
YUV70.63115.8176.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.96%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=60.96%
G=17.54%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139404900.710.650.45354.5555.3135.1
Hex8B2831047412D1633723
Octal21350610107101555436743
Binary10001011101000110001010001111000001101101101100011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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