Html Css Color HEX #81190F Falu Red

📋 copy color: '#81190F'

red 129 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #81190F

Tints of Falu Red #81190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.79%

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

R = 76.33%
G = 14.79%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#81190F (or 0x81190F) is known color: Falu Red. HEX triplet: 81, 19 and 0F. RGB value is (129,25,15). Sum of RGB (Red+Green+Blue) = 129+25+15=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #81190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81190F is #7EE6F0. Grayscale: #373737. Windows color (decimal): -8316657 or 989569. OLE color: 989569.

HSL color Cylindrical-coordinate representation of color #81190F: hue angle of 5.26º 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 #81190F is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 15 -
CMYK 0 0.81 0.88 0.49
HSL 5.26º 0.79% 0.28% -
HSV(B) 5.26º 0.88% 0.51% -
XYZ 9.49 5.4 0.99 -
YUV 54.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 129 25 15 0 0.81 0.88 0.49 5.26 0.79 0.28
Hex 81 19 F 0 51 58 31 5 4F 1C
Octal 201 31 17 0 121 130 61 5 117 34
Binary 10000001 11001 1111 0 1010001 1011000 110001 101 1001111 11100

Color Harmonies of #81190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81190F

Black with #81190F

Text Example


Text Example

White with #81190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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