#8B2628

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

Shades of Flame Red #8B2628

Tints of Flame Red #8B2628

Color information

#8B2628 (or 0x8B2628) is unknown color: approx Flame Red. HEX triplet: 8B, 26 and 28. RGB value is (139,38,40). Sum of RGB (Red+Green+Blue) = 139+38+40=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2628 is #74D9D7. Grayscale: #444444. Windows color (decimal): -7657944 or 2631307. OLE color: 2631307.

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

Color convert

RGB1393840-
CMYK00.730.710.45
HSL358.81º57.06%34.71%-
HSV(B)358.81º72.66%54.51%-
XYZ11.727.032.75-
YUV68.43111.96178.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.06%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=64.06%
G=17.51%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139384000.730.710.45358.8157.0634.71
Hex8B2628049472D1673923
Octal21346500111107555477143
Binary10001011100110101000010010011000111101101101100111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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