Html Css Color HEX #811B05 Falu Red

📋 copy color: '#811B05'

red 129 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #811B05

Tints of Falu Red #811B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 80.12%
G = 16.77%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#811B05 (or 0x811B05) is known color: Falu Red. HEX triplet: 81, 1B and 05. RGB value is (129,27,5). Sum of RGB (Red+Green+Blue) = 129+27+5=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #811B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B05 is #7EE4FA. Grayscale: #373737. Windows color (decimal): -8316155 or 334721. OLE color: 334721.

HSL color Cylindrical-coordinate representation of color #811B05: hue angle of 10.65º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #811B05 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 27 5 -
CMYK 0 0.79 0.96 0.49
HSL 10.65º 0.93% 0.26% -
HSV(B) 10.65º 0.96% 0.51% -
XYZ 9.47 5.46 0.7 -
YUV 54.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 129 27 5 0 0.79 0.96 0.49 10.65 0.93 0.26
Hex 81 1B 5 0 4F 60 31 B 5D 1A
Octal 201 33 5 0 117 140 61 13 135 32
Binary 10000001 11011 101 0 1001111 1100000 110001 1011 1011101 11010

Color Harmonies of #811B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B05

Black with #811B05

Text Example


Text Example

White with #811B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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