Html Css Color HEX #811309 Falu Red

📋 copy color: '#811309'

red 129 ◦ green 19 ◦ blue 9

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

Shades of Falu Red #811309

Tints of Falu Red #811309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 82.17%
G = 12.1%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#811309 (or 0x811309) is known color: Falu Red. HEX triplet: 81, 13 and 09. RGB value is (129,19,9). Sum of RGB (Red+Green+Blue) = 129+19+9=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #811309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811309 is #7EECF6. Grayscale: #323232. Windows color (decimal): -8318199 or 594817. OLE color: 594817.

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

Color convert

RGB 129 19 9 -
CMYK 0 0.85 0.93 0.49
HSL 0.87% 0.27% -
HSV(B) 0.93% 0.51% -
XYZ 9.34 5.15 0.76 -
YUV 50.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 129 19 9 0 0.85 0.93 0.49 5 0.87 0.27
Hex 81 13 9 0 55 5D 31 5 57 1B
Octal 201 23 11 0 125 135 61 5 127 33
Binary 10000001 10011 1001 0 1010101 1011101 110001 101 1010111 11011

Color Harmonies of #811309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811309

Black with #811309

Text Example


Text Example

White with #811309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811309; }

 p { color: rgb(129,19,9); }

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

background-color css

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

 a { background-color: rgb(129,19,9); }

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

border-color css

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

 span { border-color: rgb(129,19,9); }

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