Html Css Color HEX #81130E Falu Red

📋 copy color: '#81130E'

red 129 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #81130E

Tints of Falu Red #81130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 79.63%
G = 11.73%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#81130E (or 0x81130E) is known color: Falu Red. HEX triplet: 81, 13 and 0E. RGB value is (129,19,14). Sum of RGB (Red+Green+Blue) = 129+19+14=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #81130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81130E is #7EECF1. Grayscale: #333333. Windows color (decimal): -8318194 or 922497. OLE color: 922497.

HSL color Cylindrical-coordinate representation of color #81130E: hue angle of 2.61º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81130E is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 14 -
CMYK 0 0.85 0.89 0.49
HSL 2.61º 0.8% 0.28% -
HSV(B) 2.61º 0.89% 0.51% -
XYZ 9.37 5.16 0.92 -
YUV 51.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 129 19 14 0 0.85 0.89 0.49 2.61 0.8 0.28
Hex 81 13 E 0 55 59 31 3 50 1C
Octal 201 23 16 0 125 131 61 3 120 34
Binary 10000001 10011 1110 0 1010101 1011001 110001 11 1010000 11100

Color Harmonies of #81130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81130E

Black with #81130E

Text Example


Text Example

White with #81130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81130E; }

 p { color: rgb(129,19,14); }

 H1.HeaderClassName
 {
   color: #81130E;
 }
 .AnyTagClassName
 {
   color: #81130E;
 }
</style>

background-color css

<style>
 a { background-color: #81130E; }

 a { background-color: rgb(129,19,14); }

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

border-color css

<style>
 span { border-color: #81130E; }

 span { border-color: rgb(129,19,14); }

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