Html Css Color HEX #D1813F Peru

📋 copy color: '#D1813F'

red 209 ◦ green 129 ◦ blue 63

#D1813F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #D1813F

Tints of Peru #D1813F

RGB

 RED value IS 209 (82.03% from 255) = 52.12%

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 63 (25% from 255) = 15.71%

R = 52.12%
G = 32.17%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D1813F (or 0xD1813F) is known color: Peru. HEX triplet: D1, 81 and 3F. RGB value is (209,129,63). Sum of RGB (Red+Green+Blue) = 209+129+63=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1813F is #2E7EC0. Grayscale: #919191. Windows color (decimal): -3047105 or 4162001. OLE color: 4162001.

HSL color Cylindrical-coordinate representation of color #D1813F: hue angle of 27.12º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1813F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 63 -
CMYK 0 0.38 0.70 0.18
HSL 27.12º 0.61% 0.53% -
HSV(B) 27.12º 0.7% 0.82% -
XYZ 35.04 29.61 8.57 -
YUV 145.4 81.5 173.37 -
System Red Green Blue C M Y K H S L
Decimal 209 129 63 0 0.38 0.70 0.18 27.12 0.61 0.53
Hex D1 81 3F 0 26 46 12 1B 3D 35
Octal 321 201 77 0 46 106 22 33 75 65
Binary 11010001 10000001 111111 0 100110 1000110 10010 11011 111101 110101

Color Harmonies of #D1813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1813F

Black with #D1813F

Text Example


Text Example

White with #D1813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1813F; }

 p { color: rgb(209,129,63); }

 H1.HeaderClassName
 {
   color: #D1813F;
 }
 .AnyTagClassName
 {
   color: #D1813F;
 }
</style>

background-color css

<style>
 a { background-color: #D1813F; }

 a { background-color: rgb(209,129,63); }

 div.DivClassName
 {
   background-color: #D1813F;
 }
 .BgClassName
 {
   background-color: #D1813F;
 }
</style>

border-color css

<style>
 span { border-color: #D1813F; }

 span { border-color: rgb(209,129,63); }

 td.TdClassName
 {
   border-color: #D1813F;
 }
 .TagClassName
 {
   border-color: #D1813F;
 }
</style>