Html Css Color HEX #812511 Falu Red

📋 copy color: '#812511'

red 129 ◦ green 37 ◦ blue 17

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

Shades of Falu Red #812511

Tints of Falu Red #812511

RGB

 RED value IS 129 (50.78% from 255) = 70.49%

 GREEN value IS 37 (14.84% from 255) = 20.22%

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 70.49%
G = 20.22%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#812511 (or 0x812511) is known color: Falu Red. HEX triplet: 81, 25 and 11. RGB value is (129,37,17). Sum of RGB (Red+Green+Blue) = 129+37+17=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #812511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812511 is #7EDAEE. Grayscale: #3E3E3E. Windows color (decimal): -8313583 or 1123713. OLE color: 1123713.

HSL color Cylindrical-coordinate representation of color #812511: hue angle of 10.71º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #812511 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 37 17 -
CMYK 0 0.71 0.87 0.49
HSL 10.71º 0.77% 0.29% -
HSV(B) 10.71º 0.87% 0.51% -
XYZ 9.82 6.03 1.18 -
YUV 62.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 129 37 17 0 0.71 0.87 0.49 10.71 0.77 0.29
Hex 81 25 11 0 47 57 31 B 4D 1D
Octal 201 45 21 0 107 127 61 13 115 35
Binary 10000001 100101 10001 0 1000111 1010111 110001 1011 1001101 11101

Color Harmonies of #812511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812511

Black with #812511

Text Example


Text Example

White with #812511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812511; }

 p { color: rgb(129,37,17); }

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

background-color css

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

 a { background-color: rgb(129,37,17); }

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

border-color css

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

 span { border-color: rgb(129,37,17); }

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