Html Css Color HEX #811A10 Falu Red

📋 copy color: '#811A10'

red 129 ◦ green 26 ◦ blue 16

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

Shades of Falu Red #811A10

Tints of Falu Red #811A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 75.44%
G = 15.2%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#811A10 (or 0x811A10) is known color: Falu Red. HEX triplet: 81, 1A and 10. RGB value is (129,26,16). Sum of RGB (Red+Green+Blue) = 129+26+16=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #811A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A10 is #7EE5EF. Grayscale: #373737. Windows color (decimal): -8316400 or 1055361. OLE color: 1055361.

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

Color convert

RGB 129 26 16 -
CMYK 0 0.80 0.88 0.49
HSL 5.31º 0.78% 0.28% -
HSV(B) 5.31º 0.88% 0.51% -
XYZ 9.52 5.44 1.04 -
YUV 55.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 129 26 16 0 0.80 0.88 0.49 5.31 0.78 0.28
Hex 81 1A 10 0 50 58 31 5 4E 1C
Octal 201 32 20 0 120 130 61 5 116 34
Binary 10000001 11010 10000 0 1010000 1011000 110001 101 1001110 11100

Color Harmonies of #811A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A10

Black with #811A10

Text Example


Text Example

White with #811A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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