Shades of Roman #D36355
Tints of Roman #D36355
RGB
CMYK
RGB Variations
Color information
#D36355 (or 0xD36355) is known color: Roman. HEX triplet: D3, 63 and 55. RGB value is (211,99,85). Sum of RGB (Red+Green+Blue) = 211+99+85=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D36355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36355 is #2C9CAA. Grayscale: #838383. Windows color (decimal): -2923691 or 5596115. OLE color: 5596115.
HSL color Cylindrical-coordinate representation of color #D36355: hue angle of 6.67º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D36355 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 85 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.17 |
| HSL | 6.67º | 0.59% | 0.58% | - |
| HSV(B) | 6.67º | 0.6% | 0.83% | - |
| XYZ | 32.97 | 23.43 | 11.38 | - |
| YUV | 130.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 85 | 0 | 0.53 | 0.60 | 0.17 | 6.67 | 0.59 | 0.58 |
| Hex | D3 | 63 | 55 | 0 | 35 | 3C | 11 | 7 | 3B | 3A |
| Octal | 323 | 143 | 125 | 0 | 65 | 74 | 21 | 7 | 73 | 72 |
| Binary | 11010011 | 1100011 | 1010101 | 0 | 110101 | 111100 | 10001 | 111 | 111011 | 111010 |
Color Harmonies of #D36355
Complementary color
Monochromatic Colors of #D36355
Black with #D36355
Text Example
Text Example
White with #D36355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36355; }
p { color: rgb(211,99,85); }
H1.HeaderClassName
{
color: #D36355;
}
.AnyTagClassName
{
color: #D36355;
}
</style>
background-color css
<style>
a { background-color: #D36355; }
a { background-color: rgb(211,99,85); }
div.DivClassName
{
background-color: #D36355;
}
.BgClassName
{
background-color: #D36355;
}
</style>
border-color css
<style>
span { border-color: #D36355; }
span { border-color: rgb(211,99,85); }
td.TdClassName
{
border-color: #D36355;
}
.TagClassName
{
border-color: #D36355;
}
</style>