Shades of Roman #D0645C
Tints of Roman #D0645C
RGB
CMYK
RGB Variations
Color information
#D0645C (or 0xD0645C) is known color: Roman. HEX triplet: D0, 64 and 5C. RGB value is (208,100,92). Sum of RGB (Red+Green+Blue) = 208+100+92=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0645C is #2F9BA3. Grayscale: #838383. Windows color (decimal): -3120036 or 6055120. OLE color: 6055120.
HSL color Cylindrical-coordinate representation of color #D0645C: hue angle of 4.14º 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 #D0645C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 92 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.18 |
| HSL | 4.14º | 0.55% | 0.59% | - |
| HSV(B) | 4.14º | 0.56% | 0.82% | - |
| XYZ | 32.5 | 23.3 | 12.91 | - |
| YUV | 131.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 92 | 0 | 0.52 | 0.56 | 0.18 | 4.14 | 0.55 | 0.59 |
| Hex | D0 | 64 | 5C | 0 | 34 | 38 | 12 | 4 | 37 | 3B |
| Octal | 320 | 144 | 134 | 0 | 64 | 70 | 22 | 4 | 67 | 73 |
| Binary | 11010000 | 1100100 | 1011100 | 0 | 110100 | 111000 | 10010 | 100 | 110111 | 111011 |
Color Harmonies of #D0645C
Complementary color
Monochromatic Colors of #D0645C
Black with #D0645C
Text Example
Text Example
White with #D0645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0645C; }
p { color: rgb(208,100,92); }
H1.HeaderClassName
{
color: #D0645C;
}
.AnyTagClassName
{
color: #D0645C;
}
</style>
background-color css
<style>
a { background-color: #D0645C; }
a { background-color: rgb(208,100,92); }
div.DivClassName
{
background-color: #D0645C;
}
.BgClassName
{
background-color: #D0645C;
}
</style>
border-color css
<style>
span { border-color: #D0645C; }
span { border-color: rgb(208,100,92); }
td.TdClassName
{
border-color: #D0645C;
}
.TagClassName
{
border-color: #D0645C;
}
</style>