Html Css Color HEX #811312 Falu Red

📋 copy color: '#811312'

red 129 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #811312

Tints of Falu Red #811312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 77.71%
G = 11.45%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#811312 (or 0x811312) is known color: Falu Red. HEX triplet: 81, 13 and 12. RGB value is (129,19,18). Sum of RGB (Red+Green+Blue) = 129+19+18=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #811312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811312 is #7EECED. Grayscale: #333333. Windows color (decimal): -8318190 or 1184641. OLE color: 1184641.

HSL color Cylindrical-coordinate representation of color #811312: hue angle of 0.54º 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 #811312 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 18 -
CMYK 0 0.85 0.86 0.49
HSL 0.54º 0.76% 0.29% -
HSV(B) 0.54º 0.86% 0.51% -
XYZ 9.4 5.18 1.08 -
YUV 51.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 129 19 18 0 0.85 0.86 0.49 0.54 0.76 0.29
Hex 81 13 12 0 55 56 31 1 4C 1D
Octal 201 23 22 0 125 126 61 1 114 35
Binary 10000001 10011 10010 0 1010101 1010110 110001 1 1001100 11101

Color Harmonies of #811312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811312

Black with #811312

Text Example


Text Example

White with #811312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811312; }

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

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

background-color css

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

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

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

border-color css

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

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

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