Shades of Roman #D36158
Tints of Roman #D36158
RGB
CMYK
RGB Variations
Color information
#D36158 (or 0xD36158) is known color: Roman. HEX triplet: D3, 61 and 58. RGB value is (211,97,88). Sum of RGB (Red+Green+Blue) = 211+97+88=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D36158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36158 is #2C9EA7. Grayscale: #828282. Windows color (decimal): -2924200 or 5792211. OLE color: 5792211.
HSL color Cylindrical-coordinate representation of color #D36158: hue angle of 4.39º 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 #D36158 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 88 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.17 |
| HSL | 4.39º | 0.58% | 0.59% | - |
| HSV(B) | 4.39º | 0.58% | 0.83% | - |
| XYZ | 32.9 | 23.1 | 11.96 | - |
| YUV | 130.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 88 | 0 | 0.54 | 0.58 | 0.17 | 4.39 | 0.58 | 0.59 |
| Hex | D3 | 61 | 58 | 0 | 36 | 3A | 11 | 4 | 3A | 3B |
| Octal | 323 | 141 | 130 | 0 | 66 | 72 | 21 | 4 | 72 | 73 |
| Binary | 11010011 | 1100001 | 1011000 | 0 | 110110 | 111010 | 10001 | 100 | 111010 | 111011 |
Color Harmonies of #D36158
Complementary color
Monochromatic Colors of #D36158
Black with #D36158
Text Example
Text Example
White with #D36158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36158; }
p { color: rgb(211,97,88); }
H1.HeaderClassName
{
color: #D36158;
}
.AnyTagClassName
{
color: #D36158;
}
</style>
background-color css
<style>
a { background-color: #D36158; }
a { background-color: rgb(211,97,88); }
div.DivClassName
{
background-color: #D36158;
}
.BgClassName
{
background-color: #D36158;
}
</style>
border-color css
<style>
span { border-color: #D36158; }
span { border-color: rgb(211,97,88); }
td.TdClassName
{
border-color: #D36158;
}
.TagClassName
{
border-color: #D36158;
}
</style>