Html Css Color HEX #842610 Falu Red

📋 copy color: '#842610'

red 132 ◦ green 38 ◦ blue 16

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

Shades of Falu Red #842610

Tints of Falu Red #842610

RGB

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

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

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

R = 70.97%
G = 20.43%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#842610 (or 0x842610) is known color: Falu Red. HEX triplet: 84, 26 and 10. RGB value is (132,38,16). Sum of RGB (Red+Green+Blue) = 132+38+16=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842610 is #7BD9EF. Grayscale: #3F3F3F. Windows color (decimal): -8116720 or 1058436. OLE color: 1058436.

HSL color Cylindrical-coordinate representation of color #842610: hue angle of 11.38º 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 #842610 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 16 -
CMYK 0 0.71 0.88 0.48
HSL 11.38º 0.78% 0.29% -
HSV(B) 11.38º 0.88% 0.52% -
XYZ 10.3 6.33 1.17 -
YUV 63.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 132 38 16 0 0.71 0.88 0.48 11.38 0.78 0.29
Hex 84 26 10 0 47 58 30 B 4E 1D
Octal 204 46 20 0 107 130 60 13 116 35
Binary 10000100 100110 10000 0 1000111 1011000 110000 1011 1001110 11101

Color Harmonies of #842610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842610

Black with #842610

Text Example


Text Example

White with #842610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842610; }

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

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

background-color css

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

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

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

border-color css

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

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

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