Html Css Color HEX #81140F Falu Red

📋 copy color: '#81140F'

red 129 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #81140F

Tints of Falu Red #81140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 78.66%
G = 12.2%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#81140F (or 0x81140F) is known color: Falu Red. HEX triplet: 81, 14 and 0F. RGB value is (129,20,15). Sum of RGB (Red+Green+Blue) = 129+20+15=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81140F is #7EEBF0. Grayscale: #343434. Windows color (decimal): -8317937 or 988289. OLE color: 988289.

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

Color convert

RGB 129 20 15 -
CMYK 0 0.84 0.88 0.49
HSL 2.63º 0.79% 0.28% -
HSV(B) 2.63º 0.88% 0.51% -
XYZ 9.39 5.2 0.96 -
YUV 52.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 129 20 15 0 0.84 0.88 0.49 2.63 0.79 0.28
Hex 81 14 F 0 54 58 31 3 4F 1C
Octal 201 24 17 0 124 130 61 3 117 34
Binary 10000001 10100 1111 0 1010100 1011000 110001 11 1001111 11100

Color Harmonies of #81140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81140F

Black with #81140F

Text Example


Text Example

White with #81140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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