Html Css Color HEX #812711 Falu Red

📋 copy color: '#812711'

red 129 ◦ green 39 ◦ blue 17

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

Shades of Falu Red #812711

Tints of Falu Red #812711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 69.73%
G = 21.08%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#812711 (or 0x812711) is known color: Falu Red. HEX triplet: 81, 27 and 11. RGB value is (129,39,17). Sum of RGB (Red+Green+Blue) = 129+39+17=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #812711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812711 is #7ED8EE. Grayscale: #3F3F3F. Windows color (decimal): -8313071 or 1124225. OLE color: 1124225.

HSL color Cylindrical-coordinate representation of color #812711: hue angle of 11.79º 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 #812711 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 17 -
CMYK 0 0.70 0.87 0.49
HSL 11.79º 0.77% 0.29% -
HSV(B) 11.79º 0.87% 0.51% -
XYZ 9.88 6.16 1.2 -
YUV 63.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 129 39 17 0 0.70 0.87 0.49 11.79 0.77 0.29
Hex 81 27 11 0 46 57 31 C 4D 1D
Octal 201 47 21 0 106 127 61 14 115 35
Binary 10000001 100111 10001 0 1000110 1010111 110001 1100 1001101 11101

Color Harmonies of #812711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812711

Black with #812711

Text Example


Text Example

White with #812711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812711; }

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

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

background-color css

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

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

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

border-color css

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

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

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