#8A2629

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

Shades of Flame Red #8A2629

Tints of Flame Red #8A2629

Color information

#8A2629 (or 0x8A2629) is unknown color: approx Flame Red. HEX triplet: 8A, 26 and 29. RGB value is (138,38,41). Sum of RGB (Red+Green+Blue) = 138+38+41=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2629 is #75D9D6. Grayscale: #444444. Windows color (decimal): -7723479 or 2696842. OLE color: 2696842.

HSL color Cylindrical-coordinate representation of color #8A2629: hue angle of 358.2º degrees, saturation: 0.57, 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 #8A2629 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1383841-
CMYK00.720.700.46
HSL358.2º56.82%34.51%-
HSV(B)358.2º72.46%54.12%-
XYZ11.576.952.83-
YUV68.24112.63177.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=63.59%
G=17.51%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138384100.720.700.46358.256.8234.51
Hex8A2629048462E1663923
Octal21246510110106565467143
Binary10001010100110101001010010001000110101110101100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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