Shades of Seal Brown #510303
Tints of Seal Brown #510303
RGB
CMYK
RGB Variations
Color information
#510303 (or 0x510303) is known color: Seal Brown. HEX triplet: 51, 03 and 03. RGB value is (81,3,3). Sum of RGB (Red+Green+Blue) = 81+3+3=87 (11% of max value = 765). Red value is 81 (32.03% from 255 or 93.10% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 81 - color contains mainly: red. Hex color #510303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510303 is #AEFCFC. Grayscale: #1A1A1A. Windows color (decimal): -11468029 or 197457. OLE color: 197457.
HSL color Cylindrical-coordinate representation of color #510303: hue angle of 0º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510303 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 3 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.68 |
| HSL | 0º | 0.93% | 0.16% | - |
| HSV(B) | 0º | 0.96% | 0.32% | - |
| XYZ | 3.44 | 1.82 | 0.26 | - |
| YUV | 26.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 3 | 0 | 0.96 | 0.96 | 0.68 | 0 | 0.93 | 0.16 |
| Hex | 51 | 3 | 3 | 0 | 60 | 60 | 44 | 0 | 5D | 10 |
| Octal | 121 | 3 | 3 | 0 | 140 | 140 | 104 | 0 | 135 | 20 |
| Binary | 1010001 | 11 | 11 | 0 | 1100000 | 1100000 | 1000100 | 0 | 1011101 | 10000 |
Color Harmonies of #510303
Complementary color
Monochromatic Colors of #510303
Black with #510303
Text Example
Text Example
White with #510303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510303; }
p { color: rgb(81,3,3); }
H1.HeaderClassName
{
color: #510303;
}
.AnyTagClassName
{
color: #510303;
}
</style>
background-color css
<style>
a { background-color: #510303; }
a { background-color: rgb(81,3,3); }
div.DivClassName
{
background-color: #510303;
}
.BgClassName
{
background-color: #510303;
}
</style>
border-color css
<style>
span { border-color: #510303; }
span { border-color: rgb(81,3,3); }
td.TdClassName
{
border-color: #510303;
}
.TagClassName
{
border-color: #510303;
}
</style>