Html Css Color HEX #811604 Falu Red

📋 copy color: '#811604'

red 129 ◦ green 22 ◦ blue 4

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

Shades of Falu Red #811604

Tints of Falu Red #811604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 83.23%
G = 14.19%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#811604 (or 0x811604) is known color: Falu Red. HEX triplet: 81, 16 and 04. RGB value is (129,22,4). Sum of RGB (Red+Green+Blue) = 129+22+4=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #811604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811604 is #7EE9FB. Grayscale: #343434. Windows color (decimal): -8317436 or 267905. OLE color: 267905.

HSL color Cylindrical-coordinate representation of color #811604: hue angle of 8.64º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #811604 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 22 4 -
CMYK 0 0.83 0.97 0.49
HSL 8.64º 0.94% 0.26% -
HSV(B) 8.64º 0.97% 0.51% -
XYZ 9.36 5.25 0.63 -
YUV 51.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 129 22 4 0 0.83 0.97 0.49 8.64 0.94 0.26
Hex 81 16 4 0 53 61 31 9 5E 1A
Octal 201 26 4 0 123 141 61 11 136 32
Binary 10000001 10110 100 0 1010011 1100001 110001 1001 1011110 11010

Color Harmonies of #811604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811604

Black with #811604

Text Example


Text Example

White with #811604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811604; }

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

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

background-color css

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

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

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

border-color css

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

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

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