Html Css Color HEX #811505 Falu Red

📋 copy color: '#811505'

red 129 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #811505

Tints of Falu Red #811505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 83.23%
G = 13.55%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#811505 (or 0x811505) is known color: Falu Red. HEX triplet: 81, 15 and 05. RGB value is (129,21,5). Sum of RGB (Red+Green+Blue) = 129+21+5=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #811505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811505 is #7EEAFA. Grayscale: #333333. Windows color (decimal): -8317691 or 333185. OLE color: 333185.

HSL color Cylindrical-coordinate representation of color #811505: hue angle of 7.74º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #811505 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 21 5 -
CMYK 0 0.84 0.96 0.49
HSL 7.74º 0.93% 0.26% -
HSV(B) 7.74º 0.96% 0.51% -
XYZ 9.35 5.21 0.66 -
YUV 51.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 129 21 5 0 0.84 0.96 0.49 7.74 0.93 0.26
Hex 81 15 5 0 54 60 31 8 5D 1A
Octal 201 25 5 0 124 140 61 10 135 32
Binary 10000001 10101 101 0 1010100 1100000 110001 1000 1011101 11010

Color Harmonies of #811505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811505

Black with #811505

Text Example


Text Example

White with #811505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811505; }

 p { color: rgb(129,21,5); }

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

background-color css

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

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

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

border-color css

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

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

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