Html Css Color HEX #811B16 Falu Red

📋 copy color: '#811B16'

red 129 ◦ green 27 ◦ blue 22

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

Shades of Falu Red #811B16

Tints of Falu Red #811B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 72.47%
G = 15.17%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#811B16 (or 0x811B16) is known color: Falu Red. HEX triplet: 81, 1B and 16. RGB value is (129,27,22). Sum of RGB (Red+Green+Blue) = 129+27+22=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #811B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B16 is #7EE4E9. Grayscale: #393939. Windows color (decimal): -8316138 or 1448833. OLE color: 1448833.

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

Color convert

RGB 129 27 22 -
CMYK 0 0.79 0.83 0.49
HSL 2.8º 0.71% 0.3% -
HSV(B) 2.8º 0.83% 0.51% -
XYZ 9.59 5.51 1.32 -
YUV 56.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 129 27 22 0 0.79 0.83 0.49 2.8 0.71 0.3
Hex 81 1B 16 0 4F 53 31 3 47 1E
Octal 201 33 26 0 117 123 61 3 107 36
Binary 10000001 11011 10110 0 1001111 1010011 110001 11 1000111 11110

Color Harmonies of #811B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B16

Black with #811B16

Text Example


Text Example

White with #811B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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