#8B2629

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

Shades of Flame Red #8B2629

Tints of Flame Red #8B2629

Color information

#8B2629 (or 0x8B2629) is unknown color: approx Flame Red. HEX triplet: 8B, 26 and 29. RGB value is (139,38,41). Sum of RGB (Red+Green+Blue) = 139+38+41=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2629 is #74D9D6. Grayscale: #444444. Windows color (decimal): -7657943 or 2696843. OLE color: 2696843.

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

Color convert

RGB1393841-
CMYK00.730.710.45
HSL358.22º57.06%34.71%-
HSV(B)358.22º72.66%54.51%-
XYZ11.747.042.84-
YUV68.54112.46178.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.76%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 41 (16.41% from 255) = 18.81%
R=63.76%
G=17.43%
B=18.81%

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
Decimal139384100.730.710.45358.2257.0634.71
Hex8B2629049472D1663923
Octal21346510111107555467143
Binary10001011100110101001010010011000111101101101100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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