Html Css Color HEX #811A08 Falu Red

📋 copy color: '#811A08'

red 129 ◦ green 26 ◦ blue 8

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

Shades of Falu Red #811A08

Tints of Falu Red #811A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

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

R = 79.14%
G = 15.95%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#811A08 (or 0x811A08) is known color: Falu Red. HEX triplet: 81, 1A and 08. RGB value is (129,26,8). Sum of RGB (Red+Green+Blue) = 129+26+8=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #811A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A08 is #7EE5F7. Grayscale: #363636. Windows color (decimal): -8316408 or 531073. OLE color: 531073.

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

Color convert

RGB 129 26 8 -
CMYK 0 0.80 0.94 0.49
HSL 8.93º 0.88% 0.27% -
HSV(B) 8.93º 0.94% 0.51% -
XYZ 9.47 5.42 0.78 -
YUV 54.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 129 26 8 0 0.80 0.94 0.49 8.93 0.88 0.27
Hex 81 1A 8 0 50 5E 31 9 58 1B
Octal 201 32 10 0 120 136 61 11 130 33
Binary 10000001 11010 1000 0 1010000 1011110 110001 1001 1011000 11011

Color Harmonies of #811A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A08

Black with #811A08

Text Example


Text Example

White with #811A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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