Html Css Color HEX #81120D Falu Red

📋 copy color: '#81120D'

red 129 ◦ green 18 ◦ blue 13

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

Shades of Falu Red #81120D

Tints of Falu Red #81120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 80.63%
G = 11.25%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#81120D (or 0x81120D) is known color: Falu Red. HEX triplet: 81, 12 and 0D. RGB value is (129,18,13). Sum of RGB (Red+Green+Blue) = 129+18+13=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #81120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81120D is #7EEDF2. Grayscale: #323232. Windows color (decimal): -8318451 or 856705. OLE color: 856705.

HSL color Cylindrical-coordinate representation of color #81120D: hue angle of 2.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81120D is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 13 -
CMYK 0 0.86 0.90 0.49
HSL 2.59º 0.82% 0.28% -
HSV(B) 2.59º 0.9% 0.51% -
XYZ 9.34 5.13 0.88 -
YUV 50.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 129 18 13 0 0.86 0.90 0.49 2.59 0.82 0.28
Hex 81 12 D 0 56 5A 31 3 52 1C
Octal 201 22 15 0 126 132 61 3 122 34
Binary 10000001 10010 1101 0 1010110 1011010 110001 11 1010010 11100

Color Harmonies of #81120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81120D

Black with #81120D

Text Example


Text Example

White with #81120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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