Html Css Color HEX #811E0B Falu Red

📋 copy color: '#811E0B'

red 129 ◦ green 30 ◦ blue 11

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

Shades of Falu Red #811E0B

Tints of Falu Red #811E0B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.65%

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

R = 75.88%
G = 17.65%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#811E0B (or 0x811E0B) is known color: Falu Red. HEX triplet: 81, 1E and 0B. RGB value is (129,30,11). Sum of RGB (Red+Green+Blue) = 129+30+11=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #811E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E0B is #7EE1F4. Grayscale: #393939. Windows color (decimal): -8315381 or 728705. OLE color: 728705.

HSL color Cylindrical-coordinate representation of color #811E0B: hue angle of 9.66º 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 #811E0B is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 30 11 -
CMYK 0 0.77 0.91 0.49
HSL 9.66º 0.84% 0.27% -
HSV(B) 9.66º 0.91% 0.51% -
XYZ 9.58 5.62 0.9 -
YUV 57.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 129 30 11 0 0.77 0.91 0.49 9.66 0.84 0.27
Hex 81 1E B 0 4D 5B 31 A 54 1B
Octal 201 36 13 0 115 133 61 12 124 33
Binary 10000001 11110 1011 0 1001101 1011011 110001 1010 1010100 11011

Color Harmonies of #811E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811E0B

Black with #811E0B

Text Example


Text Example

White with #811E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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