Html Css Color HEX #81110B Falu Red

📋 copy color: '#81110B'

red 129 ◦ green 17 ◦ blue 11

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

Shades of Falu Red #81110B

Tints of Falu Red #81110B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

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

R = 82.17%
G = 10.83%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81110B (or 0x81110B) is known color: Falu Red. HEX triplet: 81, 11 and 0B. RGB value is (129,17,11). Sum of RGB (Red+Green+Blue) = 129+17+11=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #81110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81110B is #7EEEF4. Grayscale: #313131. Windows color (decimal): -8318709 or 725377. OLE color: 725377.

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

Color convert

RGB 129 17 11 -
CMYK 0 0.87 0.91 0.49
HSL 3.05º 0.84% 0.27% -
HSV(B) 3.05º 0.91% 0.51% -
XYZ 9.31 5.09 0.81 -
YUV 49.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 129 17 11 0 0.87 0.91 0.49 3.05 0.84 0.27
Hex 81 11 B 0 57 5B 31 3 54 1B
Octal 201 21 13 0 127 133 61 3 124 33
Binary 10000001 10001 1011 0 1010111 1011011 110001 11 1010100 11011

Color Harmonies of #81110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81110B

Black with #81110B

Text Example


Text Example

White with #81110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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