Html Css Color HEX #811D03 Falu Red

📋 copy color: '#811D03'

red 129 ◦ green 29 ◦ blue 3

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

Shades of Falu Red #811D03

Tints of Falu Red #811D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.86%

R = 80.12%
G = 18.01%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#811D03 (or 0x811D03) is known color: Falu Red. HEX triplet: 81, 1D and 03. RGB value is (129,29,3). Sum of RGB (Red+Green+Blue) = 129+29+3=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #811D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D03 is #7EE2FC. Grayscale: #383838. Windows color (decimal): -8315645 or 204161. OLE color: 204161.

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

Color convert

RGB 129 29 3 -
CMYK 0 0.78 0.98 0.49
HSL 12.38º 0.95% 0.26% -
HSV(B) 12.38º 0.98% 0.51% -
XYZ 9.51 5.55 0.66 -
YUV 55.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 129 29 3 0 0.78 0.98 0.49 12.38 0.95 0.26
Hex 81 1D 3 0 4E 62 31 C 5F 1A
Octal 201 35 3 0 116 142 61 14 137 32
Binary 10000001 11101 11 0 1001110 1100010 110001 1100 1011111 11010

Color Harmonies of #811D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D03

Black with #811D03

Text Example


Text Example

White with #811D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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