Html Css Color HEX #812005 Falu Red

📋 copy color: '#812005'

red 129 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #812005

Tints of Falu Red #812005

RGB

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

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

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

R = 77.71%
G = 19.28%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#812005 (or 0x812005) is known color: Falu Red. HEX triplet: 81, 20 and 05. RGB value is (129,32,5). Sum of RGB (Red+Green+Blue) = 129+32+5=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #812005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812005 is #7EDFFA. Grayscale: #3A3A3A. Windows color (decimal): -8314875 or 336001. OLE color: 336001.

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

Color convert

RGB 129 32 5 -
CMYK 0 0.75 0.96 0.49
HSL 13.06º 0.93% 0.26% -
HSV(B) 13.06º 0.96% 0.51% -
XYZ 9.6 5.71 0.74 -
YUV 57.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 129 32 5 0 0.75 0.96 0.49 13.06 0.93 0.26
Hex 81 20 5 0 4B 60 31 D 5D 1A
Octal 201 40 5 0 113 140 61 15 135 32
Binary 10000001 100000 101 0 1001011 1100000 110001 1101 1011101 11010

Color Harmonies of #812005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812005

Black with #812005

Text Example


Text Example

White with #812005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812005; }

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

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

background-color css

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

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

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

border-color css

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

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

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