#8B2527

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

Shades of Flame Red #8B2527

Tints of Flame Red #8B2527

Color information

#8B2527 (or 0x8B2527) is unknown color: approx Flame Red. HEX triplet: 8B, 25 and 27. RGB value is (139,37,39). Sum of RGB (Red+Green+Blue) = 139+37+39=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2527 is #74DAD8. Grayscale: #434343. Windows color (decimal): -7658201 or 2565515. OLE color: 2565515.

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

Color convert

RGB1393739-
CMYK00.730.720.45
HSL358.82º57.95%34.51%-
HSV(B)358.82º73.38%54.51%-
XYZ11.686.962.65-
YUV67.73111.79178.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=64.65%
G=17.21%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139373900.730.720.45358.8257.9534.51
Hex8B2527049482D1673a23
Octal21345470111110555477243
Binary10001011100101100111010010011001000101101101100111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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