Html Css Color HEX #811D12 Falu Red

📋 copy color: '#811D12'

red 129 ◦ green 29 ◦ blue 18

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

Shades of Falu Red #811D12

Tints of Falu Red #811D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 73.3%
G = 16.48%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#811D12 (or 0x811D12) is known color: Falu Red. HEX triplet: 81, 1D and 12. RGB value is (129,29,18). Sum of RGB (Red+Green+Blue) = 129+29+18=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #811D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D12 is #7EE2ED. Grayscale: #393939. Windows color (decimal): -8315630 or 1187201. OLE color: 1187201.

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

Color convert

RGB 129 29 18 -
CMYK 0 0.78 0.86 0.49
HSL 5.95º 0.76% 0.29% -
HSV(B) 5.95º 0.86% 0.51% -
XYZ 9.6 5.59 1.15 -
YUV 57.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 129 29 18 0 0.78 0.86 0.49 5.95 0.76 0.29
Hex 81 1D 12 0 4E 56 31 6 4C 1D
Octal 201 35 22 0 116 126 61 6 114 35
Binary 10000001 11101 10010 0 1001110 1010110 110001 110 1001100 11101

Color Harmonies of #811D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D12

Black with #811D12

Text Example


Text Example

White with #811D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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