Html Css Color HEX #811D0B Falu Red

📋 copy color: '#811D0B'

red 129 ◦ green 29 ◦ blue 11

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

Shades of Falu Red #811D0B

Tints of Falu Red #811D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 76.33%
G = 17.16%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#811D0B (or 0x811D0B) is known color: Falu Red. HEX triplet: 81, 1D and 0B. RGB value is (129,29,11). Sum of RGB (Red+Green+Blue) = 129+29+11=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #811D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D0B is #7EE2F4. Grayscale: #393939. Windows color (decimal): -8315637 or 728449. OLE color: 728449.

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

Color convert

RGB 129 29 11 -
CMYK 0 0.78 0.91 0.49
HSL 9.15º 0.84% 0.27% -
HSV(B) 9.15º 0.91% 0.51% -
XYZ 9.55 5.57 0.89 -
YUV 56.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 129 29 11 0 0.78 0.91 0.49 9.15 0.84 0.27
Hex 81 1D B 0 4E 5B 31 9 54 1B
Octal 201 35 13 0 116 133 61 11 124 33
Binary 10000001 11101 1011 0 1001110 1011011 110001 1001 1010100 11011

Color Harmonies of #811D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D0B

Black with #811D0B

Text Example


Text Example

White with #811D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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