Html Css Color HEX #811F08 Falu Red

📋 copy color: '#811F08'

red 129 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #811F08

Tints of Falu Red #811F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.45%

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

R = 76.79%
G = 18.45%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#811F08 (or 0x811F08) is known color: Falu Red. HEX triplet: 81, 1F and 08. RGB value is (129,31,8). Sum of RGB (Red+Green+Blue) = 129+31+8=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #811F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811F08 is #7EE0F7. Grayscale: #393939. Windows color (decimal): -8315128 or 532353. OLE color: 532353.

HSL color Cylindrical-coordinate representation of color #811F08: hue angle of 11.4º 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 #811F08 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 31 8 -
CMYK 0 0.76 0.94 0.49
HSL 11.4º 0.88% 0.27% -
HSV(B) 11.4º 0.94% 0.51% -
XYZ 9.59 5.66 0.82 -
YUV 57.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 129 31 8 0 0.76 0.94 0.49 11.4 0.88 0.27
Hex 81 1F 8 0 4C 5E 31 B 58 1B
Octal 201 37 10 0 114 136 61 13 130 33
Binary 10000001 11111 1000 0 1001100 1011110 110001 1011 1011000 11011

Color Harmonies of #811F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811F08

Black with #811F08

Text Example


Text Example

White with #811F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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