Html Css Color HEX #811912 Falu Red

📋 copy color: '#811912'

red 129 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #811912

Tints of Falu Red #811912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.53%

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 75%
G = 14.53%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#811912 (or 0x811912) is known color: Falu Red. HEX triplet: 81, 19 and 12. RGB value is (129,25,18). Sum of RGB (Red+Green+Blue) = 129+25+18=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #811912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811912 is #7EE6ED. Grayscale: #373737. Windows color (decimal): -8316654 or 1186177. OLE color: 1186177.

HSL color Cylindrical-coordinate representation of color #811912: hue angle of 3.78º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811912 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 18 -
CMYK 0 0.81 0.86 0.49
HSL 3.78º 0.76% 0.29% -
HSV(B) 3.78º 0.86% 0.51% -
XYZ 9.51 5.41 1.11 -
YUV 55.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 129 25 18 0 0.81 0.86 0.49 3.78 0.76 0.29
Hex 81 19 12 0 51 56 31 4 4C 1D
Octal 201 31 22 0 121 126 61 4 114 35
Binary 10000001 11001 10010 0 1010001 1010110 110001 100 1001100 11101

Color Harmonies of #811912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811912

Black with #811912

Text Example


Text Example

White with #811912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811912; }

 p { color: rgb(129,25,18); }

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

background-color css

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

 a { background-color: rgb(129,25,18); }

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

border-color css

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

 span { border-color: rgb(129,25,18); }

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