Shades of Chocolate #D1531D
Tints of Chocolate #D1531D
RGB
CMYK
RGB Variations
Color information
#D1531D (or 0xD1531D) is known color: Chocolate. HEX triplet: D1, 53 and 1D. RGB value is (209,83,29). Sum of RGB (Red+Green+Blue) = 209+83+29=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1531D is #2EACE2. Grayscale: #727272. Windows color (decimal): -3058915 or 1922001. OLE color: 1922001.
HSL color Cylindrical-coordinate representation of color #D1531D: hue angle of 18º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1531D is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 29 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.18 |
| HSL | 18º | 0.76% | 0.47% | - |
| HSV(B) | 18º | 0.86% | 0.82% | - |
| XYZ | 29.61 | 19.83 | 3.43 | - |
| YUV | 114.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 29 | 0 | 0.60 | 0.86 | 0.18 | 18 | 0.76 | 0.47 |
| Hex | D1 | 53 | 1D | 0 | 3C | 56 | 12 | 12 | 4C | 2F |
| Octal | 321 | 123 | 35 | 0 | 74 | 126 | 22 | 22 | 114 | 57 |
| Binary | 11010001 | 1010011 | 11101 | 0 | 111100 | 1010110 | 10010 | 10010 | 1001100 | 101111 |
Color Harmonies of #D1531D
Complementary color
Monochromatic Colors of #D1531D
Black with #D1531D
Text Example
Text Example
White with #D1531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1531D; }
p { color: rgb(209,83,29); }
H1.HeaderClassName
{
color: #D1531D;
}
.AnyTagClassName
{
color: #D1531D;
}
</style>
background-color css
<style>
a { background-color: #D1531D; }
a { background-color: rgb(209,83,29); }
div.DivClassName
{
background-color: #D1531D;
}
.BgClassName
{
background-color: #D1531D;
}
</style>
border-color css
<style>
span { border-color: #D1531D; }
span { border-color: rgb(209,83,29); }
td.TdClassName
{
border-color: #D1531D;
}
.TagClassName
{
border-color: #D1531D;
}
</style>