Shades of Roman #D3675E
Tints of Roman #D3675E
RGB
CMYK
RGB Variations
Color information
#D3675E (or 0xD3675E) is known color: Roman. HEX triplet: D3, 67 and 5E. RGB value is (211,103,94). Sum of RGB (Red+Green+Blue) = 211+103+94=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D3675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3675E is #2C98A1. Grayscale: #868686. Windows color (decimal): -2922658 or 6186963. OLE color: 6186963.
HSL color Cylindrical-coordinate representation of color #D3675E: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3675E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 94 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.17 |
| HSL | 4.62º | 0.57% | 0.6% | - |
| HSV(B) | 4.62º | 0.55% | 0.83% | - |
| XYZ | 33.73 | 24.36 | 13.51 | - |
| YUV | 134.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 94 | 0 | 0.51 | 0.55 | 0.17 | 4.62 | 0.57 | 0.6 |
| Hex | D3 | 67 | 5E | 0 | 33 | 37 | 11 | 5 | 39 | 3C |
| Octal | 323 | 147 | 136 | 0 | 63 | 67 | 21 | 5 | 71 | 74 |
| Binary | 11010011 | 1100111 | 1011110 | 0 | 110011 | 110111 | 10001 | 101 | 111001 | 111100 |
Color Harmonies of #D3675E
Complementary color
Monochromatic Colors of #D3675E
Black with #D3675E
Text Example
Text Example
White with #D3675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3675E; }
p { color: rgb(211,103,94); }
H1.HeaderClassName
{
color: #D3675E;
}
.AnyTagClassName
{
color: #D3675E;
}
</style>
background-color css
<style>
a { background-color: #D3675E; }
a { background-color: rgb(211,103,94); }
div.DivClassName
{
background-color: #D3675E;
}
.BgClassName
{
background-color: #D3675E;
}
</style>
border-color css
<style>
span { border-color: #D3675E; }
span { border-color: rgb(211,103,94); }
td.TdClassName
{
border-color: #D3675E;
}
.TagClassName
{
border-color: #D3675E;
}
</style>