Html Css Color HEX #810F0F Falu Red

📋 copy color: '#810F0F'

red 129 ◦ green 15 ◦ blue 15

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

Shades of Falu Red #810F0F

Tints of Falu Red #810F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

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

R = 81.13%
G = 9.43%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#810F0F (or 0x810F0F) is known color: Falu Red. HEX triplet: 81, 0F and 0F. RGB value is (129,15,15). Sum of RGB (Red+Green+Blue) = 129+15+15=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #810F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810F0F is #7EF0F0. Grayscale: #313131. Windows color (decimal): -8319217 or 987009. OLE color: 987009.

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

Color convert

RGB 129 15 15 -
CMYK 0 0.88 0.88 0.49
HSL 0.79% 0.28% -
HSV(B) 0.88% 0.51% -
XYZ 9.31 5.04 0.93 -
YUV 49.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 129 15 15 0 0.88 0.88 0.49 0 0.79 0.28
Hex 81 F F 0 58 58 31 0 4F 1C
Octal 201 17 17 0 130 130 61 0 117 34
Binary 10000001 1111 1111 0 1011000 1011000 110001 0 1001111 11100

Color Harmonies of #810F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810F0F

Black with #810F0F

Text Example


Text Example

White with #810F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810F0F; }

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

 H1.HeaderClassName
 {
   color: #810F0F;
 }
 .AnyTagClassName
 {
   color: #810F0F;
 }
</style>

background-color css

<style>
 a { background-color: #810F0F; }

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

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

border-color css

<style>
 span { border-color: #810F0F; }

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

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