Html Css Color HEX #811608 Falu Red

📋 copy color: '#811608'

red 129 ◦ green 22 ◦ blue 8

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

Shades of Falu Red #811608

Tints of Falu Red #811608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.84%

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

R = 81.13%
G = 13.84%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#811608 (or 0x811608) is known color: Falu Red. HEX triplet: 81, 16 and 08. RGB value is (129,22,8). Sum of RGB (Red+Green+Blue) = 129+22+8=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #811608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811608 is #7EE9F7. Grayscale: #343434. Windows color (decimal): -8317432 or 530049. OLE color: 530049.

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

Color convert

RGB 129 22 8 -
CMYK 0 0.83 0.94 0.49
HSL 6.94º 0.88% 0.27% -
HSV(B) 6.94º 0.94% 0.51% -
XYZ 9.38 5.26 0.75 -
YUV 52.4 102.95 182.64 -
System Red Green Blue C M Y K H S L
Decimal 129 22 8 0 0.83 0.94 0.49 6.94 0.88 0.27
Hex 81 16 8 0 53 5E 31 7 58 1B
Octal 201 26 10 0 123 136 61 7 130 33
Binary 10000001 10110 1000 0 1010011 1011110 110001 111 1011000 11011

Color Harmonies of #811608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811608

Black with #811608

Text Example


Text Example

White with #811608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811608; }

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

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

background-color css

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

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

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

border-color css

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

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

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