Shades of Korma #80482B
Tints of Korma #80482B
RGB
CMYK
RGB Variations
Color information
#80482B (or 0x80482B) is known color: Korma. HEX triplet: 80, 48 and 2B. RGB value is (128,72,43). Sum of RGB (Red+Green+Blue) = 128+72+43=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80482B is #7FB7D4. Grayscale: #555555. Windows color (decimal): -8370133 or 2836608. OLE color: 2836608.
HSL color Cylindrical-coordinate representation of color #80482B: hue angle of 20.47º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80482B is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 43 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.50 |
| HSL | 20.47º | 0.5% | 0.34% | - |
| HSV(B) | 20.47º | 0.66% | 0.5% | - |
| XYZ | 11.66 | 9.4 | 3.49 | - |
| YUV | 85.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 43 | 0 | 0.44 | 0.66 | 0.50 | 20.47 | 0.5 | 0.34 |
| Hex | 80 | 48 | 2B | 0 | 2C | 42 | 32 | 14 | 32 | 22 |
| Octal | 200 | 110 | 53 | 0 | 54 | 102 | 62 | 24 | 62 | 42 |
| Binary | 10000000 | 1001000 | 101011 | 0 | 101100 | 1000010 | 110010 | 10100 | 110010 | 100010 |
Color Harmonies of #80482B
Complementary color
Monochromatic Colors of #80482B
Black with #80482B
Text Example
Text Example
White with #80482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80482B; }
p { color: rgb(128,72,43); }
H1.HeaderClassName
{
color: #80482B;
}
.AnyTagClassName
{
color: #80482B;
}
</style>
background-color css
<style>
a { background-color: #80482B; }
a { background-color: rgb(128,72,43); }
div.DivClassName
{
background-color: #80482B;
}
.BgClassName
{
background-color: #80482B;
}
</style>
border-color css
<style>
span { border-color: #80482B; }
span { border-color: rgb(128,72,43); }
td.TdClassName
{
border-color: #80482B;
}
.TagClassName
{
border-color: #80482B;
}
</style>