Html Css Color HEX #811E06 Falu Red

📋 copy color: '#811E06'

red 129 ◦ green 30 ◦ blue 6

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

Shades of Falu Red #811E06

Tints of Falu Red #811E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

 BLUE value IS 6 (2.73% from 255) = 3.64%

R = 78.18%
G = 18.18%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#811E06 (or 0x811E06) is known color: Falu Red. HEX triplet: 81, 1E and 06. RGB value is (129,30,6). Sum of RGB (Red+Green+Blue) = 129+30+6=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #811E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E06 is #7EE1F9. Grayscale: #393939. Windows color (decimal): -8315386 or 401025. OLE color: 401025.

HSL color Cylindrical-coordinate representation of color #811E06: hue angle of 11.71º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #811E06 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 30 6 -
CMYK 0 0.77 0.95 0.49
HSL 11.71º 0.91% 0.26% -
HSV(B) 11.71º 0.95% 0.51% -
XYZ 9.55 5.61 0.75 -
YUV 56.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 129 30 6 0 0.77 0.95 0.49 11.71 0.91 0.26
Hex 81 1E 6 0 4D 5F 31 C 5B 1A
Octal 201 36 6 0 115 137 61 14 133 32
Binary 10000001 11110 110 0 1001101 1011111 110001 1100 1011011 11010

Color Harmonies of #811E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811E06

Black with #811E06

Text Example


Text Example

White with #811E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811E06; }

 p { color: rgb(129,30,6); }

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

background-color css

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

 a { background-color: rgb(129,30,6); }

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

border-color css

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

 span { border-color: rgb(129,30,6); }

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