Html Css Color HEX #81140C Falu Red

📋 copy color: '#81140C'

red 129 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #81140C

Tints of Falu Red #81140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 80.12%
G = 12.42%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81140C (or 0x81140C) is known color: Falu Red. HEX triplet: 81, 14 and 0C. RGB value is (129,20,12). Sum of RGB (Red+Green+Blue) = 129+20+12=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #81140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81140C is #7EEBF3. Grayscale: #333333. Windows color (decimal): -8317940 or 791681. OLE color: 791681.

HSL color Cylindrical-coordinate representation of color #81140C: hue angle of 4.1º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81140C is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 12 -
CMYK 0 0.84 0.91 0.49
HSL 4.1º 0.83% 0.28% -
HSV(B) 4.1º 0.91% 0.51% -
XYZ 9.37 5.19 0.86 -
YUV 51.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 129 20 12 0 0.84 0.91 0.49 4.1 0.83 0.28
Hex 81 14 C 0 54 5B 31 4 53 1C
Octal 201 24 14 0 124 133 61 4 123 34
Binary 10000001 10100 1100 0 1010100 1011011 110001 100 1010011 11100

Color Harmonies of #81140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81140C

Black with #81140C

Text Example


Text Example

White with #81140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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