Shades of Roman #D0645B
Tints of Roman #D0645B
RGB
CMYK
RGB Variations
Color information
#D0645B (or 0xD0645B) is known color: Roman. HEX triplet: D0, 64 and 5B. RGB value is (208,100,91). Sum of RGB (Red+Green+Blue) = 208+100+91=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0645B is #2F9BA4. Grayscale: #838383. Windows color (decimal): -3120037 or 5989584. OLE color: 5989584.
HSL color Cylindrical-coordinate representation of color #D0645B: hue angle of 4.62º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0645B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 91 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.18 |
| HSL | 4.62º | 0.55% | 0.59% | - |
| HSV(B) | 4.62º | 0.56% | 0.82% | - |
| XYZ | 32.46 | 23.28 | 12.68 | - |
| YUV | 131.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 91 | 0 | 0.52 | 0.56 | 0.18 | 4.62 | 0.55 | 0.59 |
| Hex | D0 | 64 | 5B | 0 | 34 | 38 | 12 | 5 | 37 | 3B |
| Octal | 320 | 144 | 133 | 0 | 64 | 70 | 22 | 5 | 67 | 73 |
| Binary | 11010000 | 1100100 | 1011011 | 0 | 110100 | 111000 | 10010 | 101 | 110111 | 111011 |
Color Harmonies of #D0645B
Complementary color
Monochromatic Colors of #D0645B
Black with #D0645B
Text Example
Text Example
White with #D0645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0645B; }
p { color: rgb(208,100,91); }
H1.HeaderClassName
{
color: #D0645B;
}
.AnyTagClassName
{
color: #D0645B;
}
</style>
background-color css
<style>
a { background-color: #D0645B; }
a { background-color: rgb(208,100,91); }
div.DivClassName
{
background-color: #D0645B;
}
.BgClassName
{
background-color: #D0645B;
}
</style>
border-color css
<style>
span { border-color: #D0645B; }
span { border-color: rgb(208,100,91); }
td.TdClassName
{
border-color: #D0645B;
}
.TagClassName
{
border-color: #D0645B;
}
</style>