Html Css Color HEX #811B01 Falu Red

📋 copy color: '#811B01'

red 129 ◦ green 27 ◦ blue 1

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

Shades of Falu Red #811B01

Tints of Falu Red #811B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

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

R = 82.17%
G = 17.2%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#811B01 (or 0x811B01) is known color: Falu Red. HEX triplet: 81, 1B and 01. RGB value is (129,27,1). Sum of RGB (Red+Green+Blue) = 129+27+1=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #811B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B01 is #7EE4FE. Grayscale: #363636. Windows color (decimal): -8316159 or 72577. OLE color: 72577.

HSL color Cylindrical-coordinate representation of color #811B01: hue angle of 12.19º 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 #811B01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 27 1 -
CMYK 0 0.79 0.99 0.49
HSL 12.19º 0.98% 0.25% -
HSV(B) 12.19º 0.99% 0.51% -
XYZ 9.45 5.45 0.58 -
YUV 54.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 129 27 1 0 0.79 0.99 0.49 12.19 0.98 0.25
Hex 81 1B 1 0 4F 63 31 C 62 19
Octal 201 33 1 0 117 143 61 14 142 31
Binary 10000001 11011 1 0 1001111 1100011 110001 1100 1100010 11001

Color Harmonies of #811B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B01

Black with #811B01

Text Example


Text Example

White with #811B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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