Html Css Color HEX #811901 Falu Red

📋 copy color: '#811901'

red 129 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #811901

Tints of Falu Red #811901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 83.23%
G = 16.13%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#811901 (or 0x811901) is known color: Falu Red. HEX triplet: 81, 19 and 01. RGB value is (129,25,1). Sum of RGB (Red+Green+Blue) = 129+25+1=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #811901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811901 is #7EE6FE. Grayscale: #353535. Windows color (decimal): -8316671 or 72065. OLE color: 72065.

HSL color Cylindrical-coordinate representation of color #811901: hue angle of 11.25º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #811901 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 1 -
CMYK 0 0.81 0.99 0.49
HSL 11.25º 0.98% 0.25% -
HSV(B) 11.25º 0.99% 0.51% -
XYZ 9.41 5.36 0.57 -
YUV 53.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 129 25 1 0 0.81 0.99 0.49 11.25 0.98 0.25
Hex 81 19 1 0 51 63 31 B 62 19
Octal 201 31 1 0 121 143 61 13 142 31
Binary 10000001 11001 1 0 1010001 1100011 110001 1011 1100010 11001

Color Harmonies of #811901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811901

Black with #811901

Text Example


Text Example

White with #811901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811901; }

 p { color: rgb(129,25,1); }

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

background-color css

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

 a { background-color: rgb(129,25,1); }

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

border-color css

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

 span { border-color: rgb(129,25,1); }

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