Shades of Roman #D36758
Tints of Roman #D36758
RGB
CMYK
RGB Variations
Color information
#D36758 (or 0xD36758) is known color: Roman. HEX triplet: D3, 67 and 58. RGB value is (211,103,88). Sum of RGB (Red+Green+Blue) = 211+103+88=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D36758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36758 is #2C98A7. Grayscale: #858585. Windows color (decimal): -2922664 or 5793747. OLE color: 5793747.
HSL color Cylindrical-coordinate representation of color #D36758: hue angle of 7.32º degrees, saturation: 0.58, 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 #D36758 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 88 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.17 |
| HSL | 7.32º | 0.58% | 0.59% | - |
| HSV(B) | 7.32º | 0.58% | 0.83% | - |
| XYZ | 33.48 | 24.25 | 12.15 | - |
| YUV | 133.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 88 | 0 | 0.51 | 0.58 | 0.17 | 7.32 | 0.58 | 0.59 |
| Hex | D3 | 67 | 58 | 0 | 33 | 3A | 11 | 7 | 3A | 3B |
| Octal | 323 | 147 | 130 | 0 | 63 | 72 | 21 | 7 | 72 | 73 |
| Binary | 11010011 | 1100111 | 1011000 | 0 | 110011 | 111010 | 10001 | 111 | 111010 | 111011 |
Color Harmonies of #D36758
Complementary color
Monochromatic Colors of #D36758
Black with #D36758
Text Example
Text Example
White with #D36758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36758; }
p { color: rgb(211,103,88); }
H1.HeaderClassName
{
color: #D36758;
}
.AnyTagClassName
{
color: #D36758;
}
</style>
background-color css
<style>
a { background-color: #D36758; }
a { background-color: rgb(211,103,88); }
div.DivClassName
{
background-color: #D36758;
}
.BgClassName
{
background-color: #D36758;
}
</style>
border-color css
<style>
span { border-color: #D36758; }
span { border-color: rgb(211,103,88); }
td.TdClassName
{
border-color: #D36758;
}
.TagClassName
{
border-color: #D36758;
}
</style>