Html Css Color HEX #812100 Falu Red

📋 copy color: '#812100'

red 129 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #812100

Tints of Falu Red #812100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.63%
G = 20.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#812100 (or 0x812100) is known color: Falu Red. HEX triplet: 81, 21 and 00. RGB value is (129,33,0). Sum of RGB (Red+Green+Blue) = 129+33+0=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #812100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812100 is #7EDEFF. Grayscale: #3A3A3A. Windows color (decimal): -8314624 or 8577. OLE color: 8577.

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

Color convert

RGB 129 33 0 -
CMYK 0 0.74 1 0.49
HSL 15.35º 1% 0.25% -
HSV(B) 15.35º 1% 0.51% -
XYZ 9.6 5.75 0.6 -
YUV 57.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 129 33 0 0 0.74 1 0.49 15.35 1 0.25
Hex 81 21 0 0 4A 64 31 F 64 19
Octal 201 41 0 0 112 144 61 17 144 31
Binary 10000001 100001 0 0 1001010 1100100 110001 1111 1100100 11001

Color Harmonies of #812100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812100

Black with #812100

Text Example


Text Example

White with #812100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812100; }

 p { color: rgb(129,33,0); }

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

background-color css

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

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

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

border-color css

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

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

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