Shades of Korma #80482A
Tints of Korma #80482A
RGB
CMYK
RGB Variations
Color information
#80482A (or 0x80482A) is known color: Korma. HEX triplet: 80, 48 and 2A. RGB value is (128,72,42). Sum of RGB (Red+Green+Blue) = 128+72+42=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80482A is #7FB7D5. Grayscale: #555555. Windows color (decimal): -8370134 or 2771072. OLE color: 2771072.
HSL color Cylindrical-coordinate representation of color #80482A: hue angle of 20.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80482A is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 42 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.50 |
| HSL | 20.93º | 0.51% | 0.33% | - |
| HSV(B) | 20.93º | 0.67% | 0.5% | - |
| XYZ | 11.64 | 9.39 | 3.39 | - |
| YUV | 85.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 42 | 0 | 0.44 | 0.67 | 0.50 | 20.93 | 0.51 | 0.33 |
| Hex | 80 | 48 | 2A | 0 | 2C | 43 | 32 | 15 | 33 | 21 |
| Octal | 200 | 110 | 52 | 0 | 54 | 103 | 62 | 25 | 63 | 41 |
| Binary | 10000000 | 1001000 | 101010 | 0 | 101100 | 1000011 | 110010 | 10101 | 110011 | 100001 |
Color Harmonies of #80482A
Complementary color
Monochromatic Colors of #80482A
Black with #80482A
Text Example
Text Example
White with #80482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80482A; }
p { color: rgb(128,72,42); }
H1.HeaderClassName
{
color: #80482A;
}
.AnyTagClassName
{
color: #80482A;
}
</style>
background-color css
<style>
a { background-color: #80482A; }
a { background-color: rgb(128,72,42); }
div.DivClassName
{
background-color: #80482A;
}
.BgClassName
{
background-color: #80482A;
}
</style>
border-color css
<style>
span { border-color: #80482A; }
span { border-color: rgb(128,72,42); }
td.TdClassName
{
border-color: #80482A;
}
.TagClassName
{
border-color: #80482A;
}
</style>