Html Css Color HEX #842711 Falu Red

📋 copy color: '#842711'

red 132 ◦ green 39 ◦ blue 17

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

Shades of Falu Red #842711

Tints of Falu Red #842711

RGB

 RED value IS 132 (51.95% from 255) = 70.21%

 GREEN value IS 39 (15.63% from 255) = 20.74%

 BLUE value IS 17 (7.03% from 255) = 9.04%

R = 70.21%
G = 20.74%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#842711 (or 0x842711) is known color: Falu Red. HEX triplet: 84, 27 and 11. RGB value is (132,39,17). Sum of RGB (Red+Green+Blue) = 132+39+17=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #842711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842711 is #7BD8EE. Grayscale: #404040. Windows color (decimal): -8116463 or 1124228. OLE color: 1124228.

HSL color Cylindrical-coordinate representation of color #842711: hue angle of 11.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #842711 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 39 17 -
CMYK 0 0.70 0.87 0.48
HSL 11.48º 0.77% 0.29% -
HSV(B) 11.48º 0.87% 0.52% -
XYZ 10.34 6.4 1.22 -
YUV 64.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 132 39 17 0 0.70 0.87 0.48 11.48 0.77 0.29
Hex 84 27 11 0 46 57 30 B 4D 1D
Octal 204 47 21 0 106 127 60 13 115 35
Binary 10000100 100111 10001 0 1000110 1010111 110000 1011 1001101 11101

Color Harmonies of #842711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842711

Black with #842711

Text Example


Text Example

White with #842711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842711; }

 p { color: rgb(132,39,17); }

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

background-color css

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

 a { background-color: rgb(132,39,17); }

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

border-color css

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

 span { border-color: rgb(132,39,17); }

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