#8B2728

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

Shades of Flame Red #8B2728

Tints of Flame Red #8B2728

Color information

#8B2728 (or 0x8B2728) is unknown color: approx Flame Red. HEX triplet: 8B, 27 and 28. RGB value is (139,39,40). Sum of RGB (Red+Green+Blue) = 139+39+40=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2728 is #74D8D7. Grayscale: #454545. Windows color (decimal): -7657688 or 2631563. OLE color: 2631563.

HSL color Cylindrical-coordinate representation of color #8B2728: hue angle of 359.4º 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 #8B2728 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1393940-
CMYK00.720.710.45
HSL359.4º56.18%34.9%-
HSV(B)359.4º71.94%54.51%-
XYZ11.767.092.76-
YUV69.01111.63177.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.76%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=63.76%
G=17.89%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139394000.720.710.45359.456.1834.9
Hex8B2728048472D1673823
Octal21347500110107555477043
Binary10001011100111101000010010001000111101101101100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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