Html Css Color HEX #812017 Falu Red

📋 copy color: '#812017'

red 129 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #812017

Tints of Falu Red #812017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.39%

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

R = 70.11%
G = 17.39%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#812017 (or 0x812017) is known color: Falu Red. HEX triplet: 81, 20 and 17. RGB value is (129,32,23). Sum of RGB (Red+Green+Blue) = 129+32+23=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #812017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812017 is #7EDFE8. Grayscale: #3C3C3C. Windows color (decimal): -8314857 or 1515649. OLE color: 1515649.

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

Color convert

RGB 129 32 23 -
CMYK 0 0.75 0.82 0.49
HSL 5.09º 0.7% 0.3% -
HSV(B) 5.09º 0.82% 0.51% -
XYZ 9.72 5.76 1.41 -
YUV 59.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 129 32 23 0 0.75 0.82 0.49 5.09 0.7 0.3
Hex 81 20 17 0 4B 52 31 5 46 1E
Octal 201 40 27 0 113 122 61 5 106 36
Binary 10000001 100000 10111 0 1001011 1010010 110001 101 1000110 11110

Color Harmonies of #812017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812017

Black with #812017

Text Example


Text Example

White with #812017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812017; }

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

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

background-color css

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

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

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

border-color css

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

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

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