#8A2829

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

Shades of Flame Red #8A2829

Tints of Flame Red #8A2829

Color information

#8A2829 (or 0x8A2829) is unknown color: approx Flame Red. HEX triplet: 8A, 28 and 29. RGB value is (138,40,41). Sum of RGB (Red+Green+Blue) = 138+40+41=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2829 is #75D7D6. Grayscale: #454545. Windows color (decimal): -7722967 or 2697354. OLE color: 2697354.

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

Color convert

RGB1384041-
CMYK00.710.700.46
HSL359.39º55.06%34.9%-
HSV(B)359.39º71.01%54.12%-
XYZ11.647.082.85-
YUV69.42111.97176.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.01%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 41 (16.41% from 255) = 18.72%
R=63.01%
G=18.26%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138404100.710.700.46359.3955.0634.9
Hex8A2829047462E1673723
Octal21250510107106565476743
Binary10001010101000101001010001111000110101110101100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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