Html Css Color HEX #811D0A Falu Red

📋 copy color: '#811D0A'

red 129 ◦ green 29 ◦ blue 10

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

Shades of Falu Red #811D0A

Tints of Falu Red #811D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 76.79%
G = 17.26%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#811D0A (or 0x811D0A) is known color: Falu Red. HEX triplet: 81, 1D and 0A. RGB value is (129,29,10). Sum of RGB (Red+Green+Blue) = 129+29+10=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #811D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D0A is #7EE2F5. Grayscale: #383838. Windows color (decimal): -8315638 or 662913. OLE color: 662913.

HSL color Cylindrical-coordinate representation of color #811D0A: hue angle of 9.58º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #811D0A is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 10 -
CMYK 0 0.78 0.92 0.49
HSL 9.58º 0.86% 0.27% -
HSV(B) 9.58º 0.92% 0.51% -
XYZ 9.55 5.57 0.86 -
YUV 56.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 129 29 10 0 0.78 0.92 0.49 9.58 0.86 0.27
Hex 81 1D A 0 4E 5C 31 A 56 1B
Octal 201 35 12 0 116 134 61 12 126 33
Binary 10000001 11101 1010 0 1001110 1011100 110001 1010 1010110 11011

Color Harmonies of #811D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D0A

Black with #811D0A

Text Example


Text Example

White with #811D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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