Html Css Color HEX #812207 Falu Red

📋 copy color: '#812207'

red 129 ◦ green 34 ◦ blue 7

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

Shades of Falu Red #812207

Tints of Falu Red #812207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.12%

R = 75.88%
G = 20%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#812207 (or 0x812207) is known color: Falu Red. HEX triplet: 81, 22 and 07. RGB value is (129,34,7). Sum of RGB (Red+Green+Blue) = 129+34+7=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #812207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812207 is #7EDDF8. Grayscale: #3B3B3B. Windows color (decimal): -8314361 or 467585. OLE color: 467585.

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

Color convert

RGB 129 34 7 -
CMYK 0 0.74 0.95 0.49
HSL 13.28º 0.9% 0.27% -
HSV(B) 13.28º 0.95% 0.51% -
XYZ 9.66 5.83 0.82 -
YUV 59.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 129 34 7 0 0.74 0.95 0.49 13.28 0.9 0.27
Hex 81 22 7 0 4A 5F 31 D 5A 1B
Octal 201 42 7 0 112 137 61 15 132 33
Binary 10000001 100010 111 0 1001010 1011111 110001 1101 1011010 11011

Color Harmonies of #812207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812207

Black with #812207

Text Example


Text Example

White with #812207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812207; }

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

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

background-color css

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

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

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

border-color css

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

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

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