Html Css Color HEX #812105 Falu Red

📋 copy color: '#812105'

red 129 ◦ green 33 ◦ blue 5

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

Shades of Falu Red #812105

Tints of Falu Red #812105

RGB

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

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

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

R = 77.25%
G = 19.76%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#812105 (or 0x812105) is known color: Falu Red. HEX triplet: 81, 21 and 05. RGB value is (129,33,5). Sum of RGB (Red+Green+Blue) = 129+33+5=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #812105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812105 is #7EDEFA. Grayscale: #3A3A3A. Windows color (decimal): -8314619 or 336257. OLE color: 336257.

HSL color Cylindrical-coordinate representation of color #812105: hue angle of 13.55º 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 #812105 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 33 5 -
CMYK 0 0.74 0.96 0.49
HSL 13.55º 0.93% 0.26% -
HSV(B) 13.55º 0.96% 0.51% -
XYZ 9.62 5.77 0.75 -
YUV 58.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 129 33 5 0 0.74 0.96 0.49 13.55 0.93 0.26
Hex 81 21 5 0 4A 60 31 E 5D 1A
Octal 201 41 5 0 112 140 61 16 135 32
Binary 10000001 100001 101 0 1001010 1100000 110001 1110 1011101 11010

Color Harmonies of #812105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812105

Black with #812105

Text Example


Text Example

White with #812105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812105; }

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

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

background-color css

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

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

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

border-color css

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

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

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