Html Css Color HEX #811D08 Falu Red

📋 copy color: '#811D08'

red 129 ◦ green 29 ◦ blue 8

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

Shades of Falu Red #811D08

Tints of Falu Red #811D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.47%

 BLUE value IS 8 (3.52% from 255) = 4.82%

R = 77.71%
G = 17.47%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#811D08 (or 0x811D08) is known color: Falu Red. HEX triplet: 81, 1D and 08. RGB value is (129,29,8). Sum of RGB (Red+Green+Blue) = 129+29+8=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #811D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D08 is #7EE2F7. Grayscale: #383838. Windows color (decimal): -8315640 or 531841. OLE color: 531841.

HSL color Cylindrical-coordinate representation of color #811D08: hue angle of 10.41º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #811D08 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 8 -
CMYK 0 0.78 0.94 0.49
HSL 10.41º 0.88% 0.27% -
HSV(B) 10.41º 0.94% 0.51% -
XYZ 9.54 5.56 0.8 -
YUV 56.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 129 29 8 0 0.78 0.94 0.49 10.41 0.88 0.27
Hex 81 1D 8 0 4E 5E 31 A 58 1B
Octal 201 35 10 0 116 136 61 12 130 33
Binary 10000001 11101 1000 0 1001110 1011110 110001 1010 1011000 11011

Color Harmonies of #811D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D08

Black with #811D08

Text Example


Text Example

White with #811D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,29,8); }

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

background-color css

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

 a { background-color: rgb(129,29,8); }

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

border-color css

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

 span { border-color: rgb(129,29,8); }

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