Html Css Color HEX #811802 Falu Red

📋 copy color: '#811802'

red 129 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #811802

Tints of Falu Red #811802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 83.23%
G = 15.48%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#811802 (or 0x811802) is known color: Falu Red. HEX triplet: 81, 18 and 02. RGB value is (129,24,2). Sum of RGB (Red+Green+Blue) = 129+24+2=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #811802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811802 is #7EE7FD. Grayscale: #353535. Windows color (decimal): -8316926 or 137345. OLE color: 137345.

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

Color convert

RGB 129 24 2 -
CMYK 0 0.81 0.98 0.49
HSL 10.39º 0.97% 0.26% -
HSV(B) 10.39º 0.98% 0.51% -
XYZ 9.39 5.32 0.59 -
YUV 52.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 129 24 2 0 0.81 0.98 0.49 10.39 0.97 0.26
Hex 81 18 2 0 51 62 31 A 61 1A
Octal 201 30 2 0 121 142 61 12 141 32
Binary 10000001 11000 10 0 1010001 1100010 110001 1010 1100001 11010

Color Harmonies of #811802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811802

Black with #811802

Text Example


Text Example

White with #811802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811802; }

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

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

background-color css

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

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

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

border-color css

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

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

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