Html Css Color HEX #812204 Falu Red

📋 copy color: '#812204'

red 129 ◦ green 34 ◦ blue 4

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

Shades of Falu Red #812204

Tints of Falu Red #812204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.36%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 77.25%
G = 20.36%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#812204 (or 0x812204) is known color: Falu Red. HEX triplet: 81, 22 and 04. RGB value is (129,34,4). Sum of RGB (Red+Green+Blue) = 129+34+4=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #812204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812204 is #7EDDFB. Grayscale: #3B3B3B. Windows color (decimal): -8314364 or 270977. OLE color: 270977.

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

Color convert

RGB 129 34 4 -
CMYK 0 0.74 0.97 0.49
HSL 14.4º 0.94% 0.26% -
HSV(B) 14.4º 0.97% 0.51% -
XYZ 9.65 5.82 0.73 -
YUV 58.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 129 34 4 0 0.74 0.97 0.49 14.4 0.94 0.26
Hex 81 22 4 0 4A 61 31 E 5E 1A
Octal 201 42 4 0 112 141 61 16 136 32
Binary 10000001 100010 100 0 1001010 1100001 110001 1110 1011110 11010

Color Harmonies of #812204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812204

Black with #812204

Text Example


Text Example

White with #812204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812204; }

 p { color: rgb(129,34,4); }

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

background-color css

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

 a { background-color: rgb(129,34,4); }

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

border-color css

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

 span { border-color: rgb(129,34,4); }

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