Html Css Color HEX #811B19 Falu Red

📋 copy color: '#811B19'

red 129 ◦ green 27 ◦ blue 25

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

Shades of Falu Red #811B19

Tints of Falu Red #811B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 71.27%
G = 14.92%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811B19 (or 0x811B19) is known color: Falu Red. HEX triplet: 81, 1B and 19. RGB value is (129,27,25). Sum of RGB (Red+Green+Blue) = 129+27+25=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #811B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B19 is #7EE4E6. Grayscale: #393939. Windows color (decimal): -8316135 or 1645441. OLE color: 1645441.

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

Color convert

RGB 129 27 25 -
CMYK 0 0.79 0.81 0.49
HSL 1.15º 0.68% 0.3% -
HSV(B) 1.15º 0.81% 0.51% -
XYZ 9.62 5.52 1.48 -
YUV 57.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 129 27 25 0 0.79 0.81 0.49 1.15 0.68 0.3
Hex 81 1B 19 0 4F 51 31 1 44 1E
Octal 201 33 31 0 117 121 61 1 104 36
Binary 10000001 11011 11001 0 1001111 1010001 110001 1 1000100 11110

Color Harmonies of #811B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B19

Black with #811B19

Text Example


Text Example

White with #811B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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