Shades of Roman #D5675D
Tints of Roman #D5675D
RGB
CMYK
RGB Variations
Color information
#D5675D (or 0xD5675D) is known color: Roman. HEX triplet: D5, 67 and 5D. RGB value is (213,103,93). Sum of RGB (Red+Green+Blue) = 213+103+93=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5675D is #2A98A2. Grayscale: #868686. Windows color (decimal): -2791587 or 6121429. OLE color: 6121429.
HSL color Cylindrical-coordinate representation of color #D5675D: hue angle of 5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5675D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 93 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.16 |
| HSL | 5º | 0.59% | 0.6% | - |
| HSV(B) | 5º | 0.56% | 0.84% | - |
| XYZ | 34.27 | 24.64 | 13.31 | - |
| YUV | 134.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 93 | 0 | 0.52 | 0.56 | 0.16 | 5 | 0.59 | 0.6 |
| Hex | D5 | 67 | 5D | 0 | 34 | 38 | 10 | 5 | 3B | 3C |
| Octal | 325 | 147 | 135 | 0 | 64 | 70 | 20 | 5 | 73 | 74 |
| Binary | 11010101 | 1100111 | 1011101 | 0 | 110100 | 111000 | 10000 | 101 | 111011 | 111100 |
Color Harmonies of #D5675D
Complementary color
Monochromatic Colors of #D5675D
Black with #D5675D
Text Example
Text Example
White with #D5675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5675D; }
p { color: rgb(213,103,93); }
H1.HeaderClassName
{
color: #D5675D;
}
.AnyTagClassName
{
color: #D5675D;
}
</style>
background-color css
<style>
a { background-color: #D5675D; }
a { background-color: rgb(213,103,93); }
div.DivClassName
{
background-color: #D5675D;
}
.BgClassName
{
background-color: #D5675D;
}
</style>
border-color css
<style>
span { border-color: #D5675D; }
span { border-color: rgb(213,103,93); }
td.TdClassName
{
border-color: #D5675D;
}
.TagClassName
{
border-color: #D5675D;
}
</style>