Html Css Color HEX #811513 Falu Red

📋 copy color: '#811513'

red 129 ◦ green 21 ◦ blue 19

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

Shades of Falu Red #811513

Tints of Falu Red #811513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.24%

R = 76.33%
G = 12.43%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#811513 (or 0x811513) is known color: Falu Red. HEX triplet: 81, 15 and 13. RGB value is (129,21,19). Sum of RGB (Red+Green+Blue) = 129+21+19=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #811513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811513 is #7EEAEC. Grayscale: #353535. Windows color (decimal): -8317677 or 1250689. OLE color: 1250689.

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

Color convert

RGB 129 21 19 -
CMYK 0 0.84 0.85 0.49
HSL 1.09º 0.74% 0.29% -
HSV(B) 1.09º 0.85% 0.51% -
XYZ 9.44 5.25 1.13 -
YUV 53.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 129 21 19 0 0.84 0.85 0.49 1.09 0.74 0.29
Hex 81 15 13 0 54 55 31 1 4A 1D
Octal 201 25 23 0 124 125 61 1 112 35
Binary 10000001 10101 10011 0 1010100 1010101 110001 1 1001010 11101

Color Harmonies of #811513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811513

Black with #811513

Text Example


Text Example

White with #811513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811513; }

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

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

background-color css

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

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

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

border-color css

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

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

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