Shades of Roman #DB645B
Tints of Roman #DB645B
RGB
CMYK
RGB Variations
Color information
#DB645B (or 0xDB645B) is known color: Roman. HEX triplet: DB, 64 and 5B. RGB value is (219,100,91). Sum of RGB (Red+Green+Blue) = 219+100+91=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB645B is #249BA4. Grayscale: #868686. Windows color (decimal): -2399141 or 5989595. OLE color: 5989595.
HSL color Cylindrical-coordinate representation of color #DB645B: hue angle of 4.22º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB645B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 91 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.14 |
| HSL | 4.22º | 0.64% | 0.61% | - |
| HSV(B) | 4.22º | 0.58% | 0.86% | - |
| XYZ | 35.66 | 24.93 | 12.83 | - |
| YUV | 134.56 | 103.42 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 91 | 0 | 0.54 | 0.58 | 0.14 | 4.22 | 0.64 | 0.61 |
| Hex | DB | 64 | 5B | 0 | 36 | 3A | E | 4 | 40 | 3D |
| Octal | 333 | 144 | 133 | 0 | 66 | 72 | 16 | 4 | 100 | 75 |
| Binary | 11011011 | 1100100 | 1011011 | 0 | 110110 | 111010 | 1110 | 100 | 1000000 | 111101 |
Color Harmonies of #DB645B
Complementary color
Monochromatic Colors of #DB645B
Black with #DB645B
Text Example
Text Example
White with #DB645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB645B; }
p { color: rgb(219,100,91); }
H1.HeaderClassName
{
color: #DB645B;
}
.AnyTagClassName
{
color: #DB645B;
}
</style>
background-color css
<style>
a { background-color: #DB645B; }
a { background-color: rgb(219,100,91); }
div.DivClassName
{
background-color: #DB645B;
}
.BgClassName
{
background-color: #DB645B;
}
</style>
border-color css
<style>
span { border-color: #DB645B; }
span { border-color: rgb(219,100,91); }
td.TdClassName
{
border-color: #DB645B;
}
.TagClassName
{
border-color: #DB645B;
}
</style>