Html Css Color HEX #811C10 Falu Red

📋 copy color: '#811C10'

red 129 ◦ green 28 ◦ blue 16

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

Shades of Falu Red #811C10

Tints of Falu Red #811C10

RGB

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

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

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

R = 74.57%
G = 16.18%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#811C10 (or 0x811C10) is known color: Falu Red. HEX triplet: 81, 1C and 10. RGB value is (129,28,16). Sum of RGB (Red+Green+Blue) = 129+28+16=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C10 is #7EE3EF. Grayscale: #383838. Windows color (decimal): -8315888 or 1055873. OLE color: 1055873.

HSL color Cylindrical-coordinate representation of color #811C10: hue angle of 6.37º 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 #811C10 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 28 16 -
CMYK 0 0.78 0.88 0.49
HSL 6.37º 0.78% 0.28% -
HSV(B) 6.37º 0.88% 0.51% -
XYZ 9.56 5.54 1.05 -
YUV 56.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 129 28 16 0 0.78 0.88 0.49 6.37 0.78 0.28
Hex 81 1C 10 0 4E 58 31 6 4E 1C
Octal 201 34 20 0 116 130 61 6 116 34
Binary 10000001 11100 10000 0 1001110 1011000 110001 110 1001110 11100

Color Harmonies of #811C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C10

Black with #811C10

Text Example


Text Example

White with #811C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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