Shades of Roman #D36962
Tints of Roman #D36962
RGB
CMYK
RGB Variations
Color information
#D36962 (or 0xD36962) is known color: Roman. HEX triplet: D3, 69 and 62. RGB value is (211,105,98). Sum of RGB (Red+Green+Blue) = 211+105+98=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D36962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36962 is #2C969D. Grayscale: #888888. Windows color (decimal): -2922142 or 6449619. OLE color: 6449619.
HSL color Cylindrical-coordinate representation of color #D36962: hue angle of 3.72º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36962 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 98 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.17 |
| HSL | 3.72º | 0.56% | 0.61% | - |
| HSV(B) | 3.72º | 0.54% | 0.83% | - |
| XYZ | 34.12 | 24.83 | 14.55 | - |
| YUV | 135.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 98 | 0 | 0.50 | 0.54 | 0.17 | 3.72 | 0.56 | 0.61 |
| Hex | D3 | 69 | 62 | 0 | 32 | 36 | 11 | 4 | 38 | 3D |
| Octal | 323 | 151 | 142 | 0 | 62 | 66 | 21 | 4 | 70 | 75 |
| Binary | 11010011 | 1101001 | 1100010 | 0 | 110010 | 110110 | 10001 | 100 | 111000 | 111101 |
Color Harmonies of #D36962
Complementary color
Monochromatic Colors of #D36962
Black with #D36962
Text Example
Text Example
White with #D36962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36962; }
p { color: rgb(211,105,98); }
H1.HeaderClassName
{
color: #D36962;
}
.AnyTagClassName
{
color: #D36962;
}
</style>
background-color css
<style>
a { background-color: #D36962; }
a { background-color: rgb(211,105,98); }
div.DivClassName
{
background-color: #D36962;
}
.BgClassName
{
background-color: #D36962;
}
</style>
border-color css
<style>
span { border-color: #D36962; }
span { border-color: rgb(211,105,98); }
td.TdClassName
{
border-color: #D36962;
}
.TagClassName
{
border-color: #D36962;
}
</style>