Shades of Peru #D2813B
Tints of Peru #D2813B
RGB
CMYK
RGB Variations
Color information
#D2813B (or 0xD2813B) is known color: Peru. HEX triplet: D2, 81 and 3B. RGB value is (210,129,59). Sum of RGB (Red+Green+Blue) = 210+129+59=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2813B is #2D7EC4. Grayscale: #919191. Windows color (decimal): -2981573 or 3899858. OLE color: 3899858.
HSL color Cylindrical-coordinate representation of color #D2813B: hue angle of 27.81º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2813B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 59 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.18 |
| HSL | 27.81º | 0.63% | 0.53% | - |
| HSV(B) | 27.81º | 0.72% | 0.82% | - |
| XYZ | 35.22 | 29.72 | 8.02 | - |
| YUV | 145.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 59 | 0 | 0.39 | 0.72 | 0.18 | 27.81 | 0.63 | 0.53 |
| Hex | D2 | 81 | 3B | 0 | 27 | 48 | 12 | 1C | 3F | 35 |
| Octal | 322 | 201 | 73 | 0 | 47 | 110 | 22 | 34 | 77 | 65 |
| Binary | 11010010 | 10000001 | 111011 | 0 | 100111 | 1001000 | 10010 | 11100 | 111111 | 110101 |
Color Harmonies of #D2813B
Complementary color
Monochromatic Colors of #D2813B
Black with #D2813B
Text Example
Text Example
White with #D2813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2813B; }
p { color: rgb(210,129,59); }
H1.HeaderClassName
{
color: #D2813B;
}
.AnyTagClassName
{
color: #D2813B;
}
</style>
background-color css
<style>
a { background-color: #D2813B; }
a { background-color: rgb(210,129,59); }
div.DivClassName
{
background-color: #D2813B;
}
.BgClassName
{
background-color: #D2813B;
}
</style>
border-color css
<style>
span { border-color: #D2813B; }
span { border-color: rgb(210,129,59); }
td.TdClassName
{
border-color: #D2813B;
}
.TagClassName
{
border-color: #D2813B;
}
</style>