Html Css Color HEX #81120B Falu Red

📋 copy color: '#81120B'

red 129 ◦ green 18 ◦ blue 11

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

Shades of Falu Red #81120B

Tints of Falu Red #81120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

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

R = 81.65%
G = 11.39%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81120B (or 0x81120B) is known color: Falu Red. HEX triplet: 81, 12 and 0B. RGB value is (129,18,11). Sum of RGB (Red+Green+Blue) = 129+18+11=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #81120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81120B is #7EEDF4. Grayscale: #323232. Windows color (decimal): -8318453 or 725633. OLE color: 725633.

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

Color convert

RGB 129 18 11 -
CMYK 0 0.86 0.91 0.49
HSL 3.56º 0.84% 0.27% -
HSV(B) 3.56º 0.91% 0.51% -
XYZ 9.33 5.12 0.81 -
YUV 50.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 129 18 11 0 0.86 0.91 0.49 3.56 0.84 0.27
Hex 81 12 B 0 56 5B 31 4 54 1B
Octal 201 22 13 0 126 133 61 4 124 33
Binary 10000001 10010 1011 0 1010110 1011011 110001 100 1010100 11011

Color Harmonies of #81120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81120B

Black with #81120B

Text Example


Text Example

White with #81120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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