Shades of Roman #D5675C
Tints of Roman #D5675C
RGB
CMYK
RGB Variations
Color information
#D5675C (or 0xD5675C) is known color: Roman. HEX triplet: D5, 67 and 5C. RGB value is (213,103,92). Sum of RGB (Red+Green+Blue) = 213+103+92=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5675C is #2A98A3. Grayscale: #868686. Windows color (decimal): -2791588 or 6055893. OLE color: 6055893.
HSL color Cylindrical-coordinate representation of color #D5675C: hue angle of 5.45º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5675C is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 92 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.16 |
| HSL | 5.45º | 0.59% | 0.6% | - |
| HSV(B) | 5.45º | 0.57% | 0.84% | - |
| XYZ | 34.22 | 24.62 | 13.07 | - |
| YUV | 134.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 92 | 0 | 0.52 | 0.57 | 0.16 | 5.45 | 0.59 | 0.6 |
| Hex | D5 | 67 | 5C | 0 | 34 | 39 | 10 | 5 | 3B | 3C |
| Octal | 325 | 147 | 134 | 0 | 64 | 71 | 20 | 5 | 73 | 74 |
| Binary | 11010101 | 1100111 | 1011100 | 0 | 110100 | 111001 | 10000 | 101 | 111011 | 111100 |
Color Harmonies of #D5675C
Complementary color
Monochromatic Colors of #D5675C
Black with #D5675C
Text Example
Text Example
White with #D5675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5675C; }
p { color: rgb(213,103,92); }
H1.HeaderClassName
{
color: #D5675C;
}
.AnyTagClassName
{
color: #D5675C;
}
</style>
background-color css
<style>
a { background-color: #D5675C; }
a { background-color: rgb(213,103,92); }
div.DivClassName
{
background-color: #D5675C;
}
.BgClassName
{
background-color: #D5675C;
}
</style>
border-color css
<style>
span { border-color: #D5675C; }
span { border-color: rgb(213,103,92); }
td.TdClassName
{
border-color: #D5675C;
}
.TagClassName
{
border-color: #D5675C;
}
</style>