Shades of Korma #81512A
Tints of Korma #81512A
RGB
CMYK
RGB Variations
Color information
#81512A (or 0x81512A) is known color: Korma. HEX triplet: 81, 51 and 2A. RGB value is (129,81,42). Sum of RGB (Red+Green+Blue) = 129+81+42=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #81512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81512A is #7EAED5. Grayscale: #5B5B5B. Windows color (decimal): -8302294 or 2773377. OLE color: 2773377.
HSL color Cylindrical-coordinate representation of color #81512A: hue angle of 26.9º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81512A is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 42 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.49 |
| HSL | 26.9º | 0.51% | 0.34% | - |
| HSV(B) | 26.9º | 0.67% | 0.51% | - |
| XYZ | 12.41 | 10.72 | 3.61 | - |
| YUV | 90.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 42 | 0 | 0.37 | 0.67 | 0.49 | 26.9 | 0.51 | 0.34 |
| Hex | 81 | 51 | 2A | 0 | 25 | 43 | 31 | 1B | 33 | 22 |
| Octal | 201 | 121 | 52 | 0 | 45 | 103 | 61 | 33 | 63 | 42 |
| Binary | 10000001 | 1010001 | 101010 | 0 | 100101 | 1000011 | 110001 | 11011 | 110011 | 100010 |
Color Harmonies of #81512A
Complementary color
Monochromatic Colors of #81512A
Black with #81512A
Text Example
Text Example
White with #81512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81512A; }
p { color: rgb(129,81,42); }
H1.HeaderClassName
{
color: #81512A;
}
.AnyTagClassName
{
color: #81512A;
}
</style>
background-color css
<style>
a { background-color: #81512A; }
a { background-color: rgb(129,81,42); }
div.DivClassName
{
background-color: #81512A;
}
.BgClassName
{
background-color: #81512A;
}
</style>
border-color css
<style>
span { border-color: #81512A; }
span { border-color: rgb(129,81,42); }
td.TdClassName
{
border-color: #81512A;
}
.TagClassName
{
border-color: #81512A;
}
</style>