Html Css Color HEX #811407 Falu Red

📋 copy color: '#811407'

red 129 ◦ green 20 ◦ blue 7

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

Shades of Falu Red #811407

Tints of Falu Red #811407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

 BLUE value IS 7 (3.13% from 255) = 4.49%

R = 82.69%
G = 12.82%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#811407 (or 0x811407) is known color: Falu Red. HEX triplet: 81, 14 and 07. RGB value is (129,20,7). Sum of RGB (Red+Green+Blue) = 129+20+7=156 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.69% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 129 - color contains mainly: red. Hex color #811407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811407 is #7EEBF8. Grayscale: #333333. Windows color (decimal): -8317945 or 464001. OLE color: 464001.

HSL color Cylindrical-coordinate representation of color #811407: hue angle of 6.39º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #811407 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 7 -
CMYK 0 0.84 0.95 0.49
HSL 6.39º 0.9% 0.27% -
HSV(B) 6.39º 0.95% 0.51% -
XYZ 9.34 5.18 0.71 -
YUV 51.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 129 20 7 0 0.84 0.95 0.49 6.39 0.9 0.27
Hex 81 14 7 0 54 5F 31 6 5A 1B
Octal 201 24 7 0 124 137 61 6 132 33
Binary 10000001 10100 111 0 1010100 1011111 110001 110 1011010 11011

Color Harmonies of #811407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811407

Black with #811407

Text Example


Text Example

White with #811407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811407; }

 p { color: rgb(129,20,7); }

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

background-color css

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

 a { background-color: rgb(129,20,7); }

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

border-color css

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

 span { border-color: rgb(129,20,7); }

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