Html Css Color HEX #812014 Falu Red

📋 copy color: '#812014'

red 129 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #812014

Tints of Falu Red #812014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 71.27%
G = 17.68%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#812014 (or 0x812014) is known color: Falu Red. HEX triplet: 81, 20 and 14. RGB value is (129,32,20). Sum of RGB (Red+Green+Blue) = 129+32+20=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #812014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812014 is #7EDFEB. Grayscale: #3B3B3B. Windows color (decimal): -8314860 or 1319041. OLE color: 1319041.

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

Color convert

RGB 129 32 20 -
CMYK 0 0.75 0.84 0.49
HSL 6.61º 0.73% 0.29% -
HSV(B) 6.61º 0.84% 0.51% -
XYZ 9.7 5.75 1.26 -
YUV 59.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 129 32 20 0 0.75 0.84 0.49 6.61 0.73 0.29
Hex 81 20 14 0 4B 54 31 7 49 1D
Octal 201 40 24 0 113 124 61 7 111 35
Binary 10000001 100000 10100 0 1001011 1010100 110001 111 1001001 11101

Color Harmonies of #812014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812014

Black with #812014

Text Example


Text Example

White with #812014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812014; }

 p { color: rgb(129,32,20); }

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

background-color css

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

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

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

border-color css

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

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

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