Html Css Color HEX #841710 Falu Red

📋 copy color: '#841710'

red 132 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #841710

Tints of Falu Red #841710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 77.19%
G = 13.45%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#841710 (or 0x841710) is known color: Falu Red. HEX triplet: 84, 17 and 10. RGB value is (132,23,16). Sum of RGB (Red+Green+Blue) = 132+23+16=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841710 is #7BE8EF. Grayscale: #363636. Windows color (decimal): -8120560 or 1054596. OLE color: 1054596.

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

Color convert

RGB 132 23 16 -
CMYK 0 0.83 0.88 0.48
HSL 3.62º 0.78% 0.29% -
HSV(B) 3.62º 0.88% 0.52% -
XYZ 9.92 5.56 1.04 -
YUV 54.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 132 23 16 0 0.83 0.88 0.48 3.62 0.78 0.29
Hex 84 17 10 0 53 58 30 4 4E 1D
Octal 204 27 20 0 123 130 60 4 116 35
Binary 10000100 10111 10000 0 1010011 1011000 110000 100 1001110 11101

Color Harmonies of #841710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841710

Black with #841710

Text Example


Text Example

White with #841710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841710; }

 p { color: rgb(132,23,16); }

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

background-color css

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

 a { background-color: rgb(132,23,16); }

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

border-color css

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

 span { border-color: rgb(132,23,16); }

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