Html Css Color HEX #812200 Falu Red

📋 copy color: '#812200'

red 129 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #812200

Tints of Falu Red #812200

RGB

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

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

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

R = 79.14%
G = 20.86%
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

#812200 (or 0x812200) is known color: Falu Red. HEX triplet: 81, 22 and 00. RGB value is (129,34,0). Sum of RGB (Red+Green+Blue) = 129+34+0=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #812200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812200 is #7EDDFF. Grayscale: #3A3A3A. Windows color (decimal): -8314368 or 8833. OLE color: 8833.

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

Color convert

RGB 129 34 0 -
CMYK 0 0.74 1 0.49
HSL 15.81º 1% 0.25% -
HSV(B) 15.81º 1% 0.51% -
XYZ 9.63 5.81 0.61 -
YUV 58.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 129 34 0 0 0.74 1 0.49 15.81 1 0.25
Hex 81 22 0 0 4A 64 31 10 64 19
Octal 201 42 0 0 112 144 61 20 144 31
Binary 10000001 100010 0 0 1001010 1100100 110001 10000 1100100 11001

Color Harmonies of #812200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812200

Black with #812200

Text Example


Text Example

White with #812200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812200; }

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

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

background-color css

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

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

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

border-color css

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

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

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