Html Css Color HEX #811C13 Falu Red

📋 copy color: '#811C13'

red 129 ◦ green 28 ◦ blue 19

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

Shades of Falu Red #811C13

Tints of Falu Red #811C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 73.3%
G = 15.91%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#811C13 (or 0x811C13) is known color: Falu Red. HEX triplet: 81, 1C and 13. RGB value is (129,28,19). Sum of RGB (Red+Green+Blue) = 129+28+19=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #811C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C13 is #7EE3EC. Grayscale: #393939. Windows color (decimal): -8315885 or 1252481. OLE color: 1252481.

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

Color convert

RGB 129 28 19 -
CMYK 0 0.78 0.85 0.49
HSL 4.91º 0.74% 0.29% -
HSV(B) 4.91º 0.85% 0.51% -
XYZ 9.59 5.54 1.18 -
YUV 57.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 129 28 19 0 0.78 0.85 0.49 4.91 0.74 0.29
Hex 81 1C 13 0 4E 55 31 5 4A 1D
Octal 201 34 23 0 116 125 61 5 112 35
Binary 10000001 11100 10011 0 1001110 1010101 110001 101 1001010 11101

Color Harmonies of #811C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C13

Black with #811C13

Text Example


Text Example

White with #811C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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