Html Css Color HEX #81110A Falu Red

📋 copy color: '#81110A'

red 129 ◦ green 17 ◦ blue 10

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

Shades of Falu Red #81110A

Tints of Falu Red #81110A

RGB

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

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

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

R = 82.69%
G = 10.9%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#81110A (or 0x81110A) is known color: Falu Red. HEX triplet: 81, 11 and 0A. RGB value is (129,17,10). Sum of RGB (Red+Green+Blue) = 129+17+10=156 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.69% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 129 - color contains mainly: red. Hex color #81110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81110A is #7EEEF5. Grayscale: #313131. Windows color (decimal): -8318710 or 659841. OLE color: 659841.

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

Color convert

RGB 129 17 10 -
CMYK 0 0.87 0.92 0.49
HSL 3.53º 0.86% 0.27% -
HSV(B) 3.53º 0.92% 0.51% -
XYZ 9.31 5.09 0.78 -
YUV 49.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 129 17 10 0 0.87 0.92 0.49 3.53 0.86 0.27
Hex 81 11 A 0 57 5C 31 4 56 1B
Octal 201 21 12 0 127 134 61 4 126 33
Binary 10000001 10001 1010 0 1010111 1011100 110001 100 1010110 11011

Color Harmonies of #81110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81110A

Black with #81110A

Text Example


Text Example

White with #81110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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