Html Css Color HEX #812202 Falu Red

📋 copy color: '#812202'

red 129 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #812202

Tints of Falu Red #812202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 78.18%
G = 20.61%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#812202 (or 0x812202) is known color: Falu Red. HEX triplet: 81, 22 and 02. RGB value is (129,34,2). Sum of RGB (Red+Green+Blue) = 129+34+2=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #812202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812202 is #7EDDFD. Grayscale: #3A3A3A. Windows color (decimal): -8314366 or 139905. OLE color: 139905.

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

Color convert

RGB 129 34 2 -
CMYK 0 0.74 0.98 0.49
HSL 15.12º 0.97% 0.26% -
HSV(B) 15.12º 0.98% 0.51% -
XYZ 9.64 5.82 0.67 -
YUV 58.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 129 34 2 0 0.74 0.98 0.49 15.12 0.97 0.26
Hex 81 22 2 0 4A 62 31 F 61 1A
Octal 201 42 2 0 112 142 61 17 141 32
Binary 10000001 100010 10 0 1001010 1100010 110001 1111 1100001 11010

Color Harmonies of #812202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812202

Black with #812202

Text Example


Text Example

White with #812202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812202; }

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

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

background-color css

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

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

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

border-color css

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

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

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