#8A2728

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

Shades of Flame Red #8A2728

Tints of Flame Red #8A2728

Color information

#8A2728 (or 0x8A2728) is unknown color: approx Flame Red. HEX triplet: 8A, 27 and 28. RGB value is (138,39,40). Sum of RGB (Red+Green+Blue) = 138+39+40=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2728 is #75D8D7. Grayscale: #444444. Windows color (decimal): -7723224 or 2631562. OLE color: 2631562.

HSL color Cylindrical-coordinate representation of color #8A2728: hue angle of 359.39º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2728 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB1383940-
CMYK00.720.710.46
HSL359.39º55.93%34.71%-
HSV(B)359.39º71.74%54.12%-
XYZ11.597.012.75-
YUV68.72111.8177.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=63.59%
G=17.97%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138394000.720.710.46359.3955.9334.71
Hex8A2728048472E1673823
Octal21247500110107565477043
Binary10001010100111101000010010001000111101110101100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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