Html Css Color HEX #811A0A Falu Red

📋 copy color: '#811A0A'

red 129 ◦ green 26 ◦ blue 10

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

Shades of Falu Red #811A0A

Tints of Falu Red #811A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.76%

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 78.18%
G = 15.76%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#811A0A (or 0x811A0A) is known color: Falu Red. HEX triplet: 81, 1A and 0A. RGB value is (129,26,10). Sum of RGB (Red+Green+Blue) = 129+26+10=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #811A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A0A is #7EE5F5. Grayscale: #373737. Windows color (decimal): -8316406 or 662145. OLE color: 662145.

HSL color Cylindrical-coordinate representation of color #811A0A: hue angle of 8.07º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #811A0A is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 26 10 -
CMYK 0 0.80 0.92 0.49
HSL 8.07º 0.86% 0.27% -
HSV(B) 8.07º 0.92% 0.51% -
XYZ 9.48 5.43 0.84 -
YUV 54.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 129 26 10 0 0.80 0.92 0.49 8.07 0.86 0.27
Hex 81 1A A 0 50 5C 31 8 56 1B
Octal 201 32 12 0 120 134 61 10 126 33
Binary 10000001 11010 1010 0 1010000 1011100 110001 1000 1010110 11011

Color Harmonies of #811A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A0A

Black with #811A0A

Text Example


Text Example

White with #811A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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