Html Css Color HEX #81110F Falu Red

📋 copy color: '#81110F'

red 129 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #81110F

Tints of Falu Red #81110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

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

R = 80.12%
G = 10.56%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#81110F (or 0x81110F) is known color: Falu Red. HEX triplet: 81, 11 and 0F. RGB value is (129,17,15). Sum of RGB (Red+Green+Blue) = 129+17+15=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #81110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81110F is #7EEEF0. Grayscale: #323232. Windows color (decimal): -8318705 or 987521. OLE color: 987521.

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

Color convert

RGB 129 17 15 -
CMYK 0 0.87 0.88 0.49
HSL 1.05º 0.79% 0.28% -
HSV(B) 1.05º 0.88% 0.51% -
XYZ 9.34 5.1 0.94 -
YUV 50.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 129 17 15 0 0.87 0.88 0.49 1.05 0.79 0.28
Hex 81 11 F 0 57 58 31 1 4F 1C
Octal 201 21 17 0 127 130 61 1 117 34
Binary 10000001 10001 1111 0 1010111 1011000 110001 1 1001111 11100

Color Harmonies of #81110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81110F

Black with #81110F

Text Example


Text Example

White with #81110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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