Shades of Roman #D46359
Tints of Roman #D46359
RGB
CMYK
RGB Variations
Color information
#D46359 (or 0xD46359) is known color: Roman. HEX triplet: D4, 63 and 59. RGB value is (212,99,89). Sum of RGB (Red+Green+Blue) = 212+99+89=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D46359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46359 is #2B9CA6. Grayscale: #838383. Windows color (decimal): -2858151 or 5858260. OLE color: 5858260.
HSL color Cylindrical-coordinate representation of color #D46359: hue angle of 4.88º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46359 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 89 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.17 |
| HSL | 4.88º | 0.59% | 0.59% | - |
| HSV(B) | 4.88º | 0.58% | 0.83% | - |
| XYZ | 33.42 | 23.64 | 12.25 | - |
| YUV | 131.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 89 | 0 | 0.53 | 0.58 | 0.17 | 4.88 | 0.59 | 0.59 |
| Hex | D4 | 63 | 59 | 0 | 35 | 3A | 11 | 5 | 3B | 3B |
| Octal | 324 | 143 | 131 | 0 | 65 | 72 | 21 | 5 | 73 | 73 |
| Binary | 11010100 | 1100011 | 1011001 | 0 | 110101 | 111010 | 10001 | 101 | 111011 | 111011 |
Color Harmonies of #D46359
Complementary color
Monochromatic Colors of #D46359
Black with #D46359
Text Example
Text Example
White with #D46359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46359; }
p { color: rgb(212,99,89); }
H1.HeaderClassName
{
color: #D46359;
}
.AnyTagClassName
{
color: #D46359;
}
</style>
background-color css
<style>
a { background-color: #D46359; }
a { background-color: rgb(212,99,89); }
div.DivClassName
{
background-color: #D46359;
}
.BgClassName
{
background-color: #D46359;
}
</style>
border-color css
<style>
span { border-color: #D46359; }
span { border-color: rgb(212,99,89); }
td.TdClassName
{
border-color: #D46359;
}
.TagClassName
{
border-color: #D46359;
}
</style>