Shades of Roman #D5665A
Tints of Roman #D5665A
RGB
CMYK
RGB Variations
Color information
#D5665A (or 0xD5665A) is known color: Roman. HEX triplet: D5, 66 and 5A. RGB value is (213,102,90). Sum of RGB (Red+Green+Blue) = 213+102+90=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5665A is #2A99A5. Grayscale: #858585. Windows color (decimal): -2791846 or 5924565. OLE color: 5924565.
HSL color Cylindrical-coordinate representation of color #D5665A: hue angle of 5.85º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5665A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 90 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.16 |
| HSL | 5.85º | 0.59% | 0.59% | - |
| HSV(B) | 5.85º | 0.58% | 0.84% | - |
| XYZ | 34.04 | 24.39 | 12.59 | - |
| YUV | 133.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 90 | 0 | 0.52 | 0.58 | 0.16 | 5.85 | 0.59 | 0.59 |
| Hex | D5 | 66 | 5A | 0 | 34 | 3A | 10 | 6 | 3B | 3B |
| Octal | 325 | 146 | 132 | 0 | 64 | 72 | 20 | 6 | 73 | 73 |
| Binary | 11010101 | 1100110 | 1011010 | 0 | 110100 | 111010 | 10000 | 110 | 111011 | 111011 |
Color Harmonies of #D5665A
Complementary color
Monochromatic Colors of #D5665A
Black with #D5665A
Text Example
Text Example
White with #D5665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5665A; }
p { color: rgb(213,102,90); }
H1.HeaderClassName
{
color: #D5665A;
}
.AnyTagClassName
{
color: #D5665A;
}
</style>
background-color css
<style>
a { background-color: #D5665A; }
a { background-color: rgb(213,102,90); }
div.DivClassName
{
background-color: #D5665A;
}
.BgClassName
{
background-color: #D5665A;
}
</style>
border-color css
<style>
span { border-color: #D5665A; }
span { border-color: rgb(213,102,90); }
td.TdClassName
{
border-color: #D5665A;
}
.TagClassName
{
border-color: #D5665A;
}
</style>