Shades of Peru #D2813D
Tints of Peru #D2813D
RGB
CMYK
RGB Variations
Color information
#D2813D (or 0xD2813D) is known color: Peru. HEX triplet: D2, 81 and 3D. RGB value is (210,129,61). Sum of RGB (Red+Green+Blue) = 210+129+61=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2813D is #2D7EC2. Grayscale: #919191. Windows color (decimal): -2981571 or 4030930. OLE color: 4030930.
HSL color Cylindrical-coordinate representation of color #D2813D: hue angle of 27.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2813D is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 61 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.18 |
| HSL | 27.38º | 0.62% | 0.53% | - |
| HSV(B) | 27.38º | 0.71% | 0.82% | - |
| XYZ | 35.27 | 29.74 | 8.3 | - |
| YUV | 145.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 61 | 0 | 0.39 | 0.71 | 0.18 | 27.38 | 0.62 | 0.53 |
| Hex | D2 | 81 | 3D | 0 | 27 | 47 | 12 | 1B | 3E | 35 |
| Octal | 322 | 201 | 75 | 0 | 47 | 107 | 22 | 33 | 76 | 65 |
| Binary | 11010010 | 10000001 | 111101 | 0 | 100111 | 1000111 | 10010 | 11011 | 111110 | 110101 |
Color Harmonies of #D2813D
Complementary color
Monochromatic Colors of #D2813D
Black with #D2813D
Text Example
Text Example
White with #D2813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2813D; }
p { color: rgb(210,129,61); }
H1.HeaderClassName
{
color: #D2813D;
}
.AnyTagClassName
{
color: #D2813D;
}
</style>
background-color css
<style>
a { background-color: #D2813D; }
a { background-color: rgb(210,129,61); }
div.DivClassName
{
background-color: #D2813D;
}
.BgClassName
{
background-color: #D2813D;
}
</style>
border-color css
<style>
span { border-color: #D2813D; }
span { border-color: rgb(210,129,61); }
td.TdClassName
{
border-color: #D2813D;
}
.TagClassName
{
border-color: #D2813D;
}
</style>