Html Css Color HEX #81130F Falu Red

📋 copy color: '#81130F'

red 129 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #81130F

Tints of Falu Red #81130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

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

R = 79.14%
G = 11.66%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#81130F (or 0x81130F) is known color: Falu Red. HEX triplet: 81, 13 and 0F. RGB value is (129,19,15). Sum of RGB (Red+Green+Blue) = 129+19+15=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #81130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81130F is #7EECF0. Grayscale: #333333. Windows color (decimal): -8318193 or 988033. OLE color: 988033.

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

Color convert

RGB 129 19 15 -
CMYK 0 0.85 0.88 0.49
HSL 2.11º 0.79% 0.28% -
HSV(B) 2.11º 0.88% 0.51% -
XYZ 9.37 5.17 0.96 -
YUV 51.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 129 19 15 0 0.85 0.88 0.49 2.11 0.79 0.28
Hex 81 13 F 0 55 58 31 2 4F 1C
Octal 201 23 17 0 125 130 61 2 117 34
Binary 10000001 10011 1111 0 1010101 1011000 110001 10 1001111 11100

Color Harmonies of #81130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81130F

Black with #81130F

Text Example


Text Example

White with #81130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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