Html Css Color HEX #81140A Falu Red

📋 copy color: '#81140A'

red 129 ◦ green 20 ◦ blue 10

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

Shades of Falu Red #81140A

Tints of Falu Red #81140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

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

R = 81.13%
G = 12.58%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#81140A (or 0x81140A) is known color: Falu Red. HEX triplet: 81, 14 and 0A. RGB value is (129,20,10). Sum of RGB (Red+Green+Blue) = 129+20+10=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #81140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81140A is #7EEBF5. Grayscale: #333333. Windows color (decimal): -8317942 or 660609. OLE color: 660609.

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

Color convert

RGB 129 20 10 -
CMYK 0 0.84 0.92 0.49
HSL 5.04º 0.86% 0.27% -
HSV(B) 5.04º 0.92% 0.51% -
XYZ 9.36 5.19 0.8 -
YUV 51.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 129 20 10 0 0.84 0.92 0.49 5.04 0.86 0.27
Hex 81 14 A 0 54 5C 31 5 56 1B
Octal 201 24 12 0 124 134 61 5 126 33
Binary 10000001 10100 1010 0 1010100 1011100 110001 101 1010110 11011

Color Harmonies of #81140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81140A

Black with #81140A

Text Example


Text Example

White with #81140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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