Html Css Color HEX #811A12 Falu Red

📋 copy color: '#811A12'

red 129 ◦ green 26 ◦ blue 18

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

Shades of Falu Red #811A12

Tints of Falu Red #811A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.03%

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

R = 74.57%
G = 15.03%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#811A12 (or 0x811A12) is known color: Falu Red. HEX triplet: 81, 1A and 12. RGB value is (129,26,18). Sum of RGB (Red+Green+Blue) = 129+26+18=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A12 is #7EE5ED. Grayscale: #383838. Windows color (decimal): -8316398 or 1186433. OLE color: 1186433.

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

Color convert

RGB 129 26 18 -
CMYK 0 0.80 0.86 0.49
HSL 4.32º 0.76% 0.29% -
HSV(B) 4.32º 0.86% 0.51% -
XYZ 9.53 5.45 1.12 -
YUV 55.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 129 26 18 0 0.80 0.86 0.49 4.32 0.76 0.29
Hex 81 1A 12 0 50 56 31 4 4C 1D
Octal 201 32 22 0 120 126 61 4 114 35
Binary 10000001 11010 10010 0 1010000 1010110 110001 100 1001100 11101

Color Harmonies of #811A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A12

Black with #811A12

Text Example


Text Example

White with #811A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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