Shades of Fire #8A4430
Tints of Fire #8A4430
RGB
CMYK
RGB Variations
Color information
#8A4430 (or 0x8A4430) is known color: Fire. HEX triplet: 8A, 44 and 30. RGB value is (138,68,48). Sum of RGB (Red+Green+Blue) = 138+68+48=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4430 is #75BBCF. Grayscale: #565656. Windows color (decimal): -7715792 or 3163274. OLE color: 3163274.
HSL color Cylindrical-coordinate representation of color #8A4430: hue angle of 13.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A4430 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 48 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.46 |
| HSL | 13.33º | 0.48% | 0.36% | - |
| HSV(B) | 13.33º | 0.65% | 0.54% | - |
| XYZ | 13.08 | 9.75 | 3.99 | - |
| YUV | 86.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 48 | 0 | 0.51 | 0.65 | 0.46 | 13.33 | 0.48 | 0.36 |
| Hex | 8A | 44 | 30 | 0 | 33 | 41 | 2E | D | 30 | 24 |
| Octal | 212 | 104 | 60 | 0 | 63 | 101 | 56 | 15 | 60 | 44 |
| Binary | 10001010 | 1000100 | 110000 | 0 | 110011 | 1000001 | 101110 | 1101 | 110000 | 100100 |
Color Harmonies of #8A4430
Complementary color
Monochromatic Colors of #8A4430
Black with #8A4430
Text Example
Text Example
White with #8A4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4430; }
p { color: rgb(138,68,48); }
H1.HeaderClassName
{
color: #8A4430;
}
.AnyTagClassName
{
color: #8A4430;
}
</style>
background-color css
<style>
a { background-color: #8A4430; }
a { background-color: rgb(138,68,48); }
div.DivClassName
{
background-color: #8A4430;
}
.BgClassName
{
background-color: #8A4430;
}
</style>
border-color css
<style>
span { border-color: #8A4430; }
span { border-color: rgb(138,68,48); }
td.TdClassName
{
border-color: #8A4430;
}
.TagClassName
{
border-color: #8A4430;
}
</style>