Shades of Roman #D0635B
Tints of Roman #D0635B
RGB
CMYK
RGB Variations
Color information
#D0635B (or 0xD0635B) is known color: Roman. HEX triplet: D0, 63 and 5B. RGB value is (208,99,91). Sum of RGB (Red+Green+Blue) = 208+99+91=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0635B is #2F9CA4. Grayscale: #828282. Windows color (decimal): -3120293 or 5989328. OLE color: 5989328.
HSL color Cylindrical-coordinate representation of color #D0635B: hue angle of 4.1º 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 #D0635B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 91 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.18 |
| HSL | 4.1º | 0.55% | 0.59% | - |
| HSV(B) | 4.1º | 0.56% | 0.82% | - |
| XYZ | 32.36 | 23.09 | 12.65 | - |
| YUV | 130.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 91 | 0 | 0.52 | 0.56 | 0.18 | 4.1 | 0.55 | 0.59 |
| Hex | D0 | 63 | 5B | 0 | 34 | 38 | 12 | 4 | 37 | 3B |
| Octal | 320 | 143 | 133 | 0 | 64 | 70 | 22 | 4 | 67 | 73 |
| Binary | 11010000 | 1100011 | 1011011 | 0 | 110100 | 111000 | 10010 | 100 | 110111 | 111011 |
Color Harmonies of #D0635B
Complementary color
Monochromatic Colors of #D0635B
Black with #D0635B
Text Example
Text Example
White with #D0635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0635B; }
p { color: rgb(208,99,91); }
H1.HeaderClassName
{
color: #D0635B;
}
.AnyTagClassName
{
color: #D0635B;
}
</style>
background-color css
<style>
a { background-color: #D0635B; }
a { background-color: rgb(208,99,91); }
div.DivClassName
{
background-color: #D0635B;
}
.BgClassName
{
background-color: #D0635B;
}
</style>
border-color css
<style>
span { border-color: #D0635B; }
span { border-color: rgb(208,99,91); }
td.TdClassName
{
border-color: #D0635B;
}
.TagClassName
{
border-color: #D0635B;
}
</style>