Html Css Color HEX #81170F Falu Red

📋 copy color: '#81170F'

red 129 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #81170F

Tints of Falu Red #81170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.77%

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

R = 77.25%
G = 13.77%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#81170F (or 0x81170F) is known color: Falu Red. HEX triplet: 81, 17 and 0F. RGB value is (129,23,15). Sum of RGB (Red+Green+Blue) = 129+23+15=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #81170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81170F is #7EE8F0. Grayscale: #353535. Windows color (decimal): -8317169 or 989057. OLE color: 989057.

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

Color convert

RGB 129 23 15 -
CMYK 0 0.82 0.88 0.49
HSL 4.21º 0.79% 0.28% -
HSV(B) 4.21º 0.88% 0.51% -
XYZ 9.45 5.31 0.98 -
YUV 53.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 129 23 15 0 0.82 0.88 0.49 4.21 0.79 0.28
Hex 81 17 F 0 52 58 31 4 4F 1C
Octal 201 27 17 0 122 130 61 4 117 34
Binary 10000001 10111 1111 0 1010010 1011000 110001 100 1001111 11100

Color Harmonies of #81170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81170F

Black with #81170F

Text Example


Text Example

White with #81170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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