Html Css Color HEX #811C1A Falu Red

📋 copy color: '#811C1A'

red 129 ◦ green 28 ◦ blue 26

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

Shades of Falu Red #811C1A

Tints of Falu Red #811C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 70.49%
G = 15.3%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#811C1A (or 0x811C1A) is known color: Falu Red. HEX triplet: 81, 1C and 1A. RGB value is (129,28,26). Sum of RGB (Red+Green+Blue) = 129+28+26=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #811C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C1A is #7EE3E5. Grayscale: #3A3A3A. Windows color (decimal): -8315878 or 1711233. OLE color: 1711233.

HSL color Cylindrical-coordinate representation of color #811C1A: hue angle of 1.17º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811C1A is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 28 26 -
CMYK 0 0.78 0.80 0.49
HSL 1.17º 0.66% 0.3% -
HSV(B) 1.17º 0.8% 0.51% -
XYZ 9.65 5.57 1.54 -
YUV 57.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 129 28 26 0 0.78 0.80 0.49 1.17 0.66 0.3
Hex 81 1C 1A 0 4E 50 31 1 42 1E
Octal 201 34 32 0 116 120 61 1 102 36
Binary 10000001 11100 11010 0 1001110 1010000 110001 1 1000010 11110

Color Harmonies of #811C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C1A

Black with #811C1A

Text Example


Text Example

White with #811C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,28,26); }

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

background-color css

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

 a { background-color: rgb(129,28,26); }

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

border-color css

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

 span { border-color: rgb(129,28,26); }

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