Html Css Color HEX #811812 Falu Red

📋 copy color: '#811812'

red 129 ◦ green 24 ◦ blue 18

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

Shades of Falu Red #811812

Tints of Falu Red #811812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 75.44%
G = 14.04%
B = 10.53%

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

#811812 (or 0x811812) is known color: Falu Red. HEX triplet: 81, 18 and 12. RGB value is (129,24,18). Sum of RGB (Red+Green+Blue) = 129+24+18=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #811812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811812 is #7EE7ED. Grayscale: #363636. Windows color (decimal): -8316910 or 1185921. OLE color: 1185921.

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

Color convert

RGB 129 24 18 -
CMYK 0 0.81 0.86 0.49
HSL 3.24º 0.76% 0.29% -
HSV(B) 3.24º 0.86% 0.51% -
XYZ 9.49 5.36 1.11 -
YUV 54.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 129 24 18 0 0.81 0.86 0.49 3.24 0.76 0.29
Hex 81 18 12 0 51 56 31 3 4C 1D
Octal 201 30 22 0 121 126 61 3 114 35
Binary 10000001 11000 10010 0 1010001 1010110 110001 11 1001100 11101

Color Harmonies of #811812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811812

Black with #811812

Text Example


Text Example

White with #811812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811812; }

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

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

background-color css

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

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

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

border-color css

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

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

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