Html Css Color HEX #812617 Falu Red

📋 copy color: '#812617'

red 129 ◦ green 38 ◦ blue 23

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

Shades of Falu Red #812617

Tints of Falu Red #812617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20%

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 67.89%
G = 20%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#812617 (or 0x812617) is known color: Falu Red. HEX triplet: 81, 26 and 17. RGB value is (129,38,23). Sum of RGB (Red+Green+Blue) = 129+38+23=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #812617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812617 is #7ED9E8. Grayscale: #3F3F3F. Windows color (decimal): -8313321 or 1517185. OLE color: 1517185.

HSL color Cylindrical-coordinate representation of color #812617: hue angle of 8.49º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #812617 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 23 -
CMYK 0 0.71 0.82 0.49
HSL 8.49º 0.7% 0.3% -
HSV(B) 8.49º 0.82% 0.51% -
XYZ 9.9 6.12 1.47 -
YUV 63.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 129 38 23 0 0.71 0.82 0.49 8.49 0.7 0.3
Hex 81 26 17 0 47 52 31 8 46 1E
Octal 201 46 27 0 107 122 61 10 106 36
Binary 10000001 100110 10111 0 1000111 1010010 110001 1000 1000110 11110

Color Harmonies of #812617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812617

Black with #812617

Text Example


Text Example

White with #812617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812617; }

 p { color: rgb(129,38,23); }

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

background-color css

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

 a { background-color: rgb(129,38,23); }

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

border-color css

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

 span { border-color: rgb(129,38,23); }

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