Html Css Color HEX #811512 Falu Red

📋 copy color: '#811512'

red 129 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #811512

Tints of Falu Red #811512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 76.79%
G = 12.5%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#811512 (or 0x811512) is known color: Falu Red. HEX triplet: 81, 15 and 12. RGB value is (129,21,18). Sum of RGB (Red+Green+Blue) = 129+21+18=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #811512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811512 is #7EEAED. Grayscale: #353535. Windows color (decimal): -8317678 or 1185153. OLE color: 1185153.

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

Color convert

RGB 129 21 18 -
CMYK 0 0.84 0.86 0.49
HSL 1.62º 0.76% 0.29% -
HSV(B) 1.62º 0.86% 0.51% -
XYZ 9.43 5.25 1.09 -
YUV 52.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 129 21 18 0 0.84 0.86 0.49 1.62 0.76 0.29
Hex 81 15 12 0 54 56 31 2 4C 1D
Octal 201 25 22 0 124 126 61 2 114 35
Binary 10000001 10101 10010 0 1010100 1010110 110001 10 1001100 11101

Color Harmonies of #811512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811512

Black with #811512

Text Example


Text Example

White with #811512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811512; }

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

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

background-color css

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

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

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

border-color css

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

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

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