Html Css Color HEX #841510 Falu Red

📋 copy color: '#841510'

red 132 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #841510

Tints of Falu Red #841510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 78.11%
G = 12.43%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#841510 (or 0x841510) is known color: Falu Red. HEX triplet: 84, 15 and 10. RGB value is (132,21,16). Sum of RGB (Red+Green+Blue) = 132+21+16=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #841510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841510 is #7BEAEF. Grayscale: #353535. Windows color (decimal): -8121072 or 1054084. OLE color: 1054084.

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

Color convert

RGB 132 21 16 -
CMYK 0 0.84 0.88 0.48
HSL 2.59º 0.78% 0.29% -
HSV(B) 2.59º 0.88% 0.52% -
XYZ 9.88 5.48 1.03 -
YUV 53.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 132 21 16 0 0.84 0.88 0.48 2.59 0.78 0.29
Hex 84 15 10 0 54 58 30 3 4E 1D
Octal 204 25 20 0 124 130 60 3 116 35
Binary 10000100 10101 10000 0 1010100 1011000 110000 11 1001110 11101

Color Harmonies of #841510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841510

Black with #841510

Text Example


Text Example

White with #841510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841510; }

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

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

background-color css

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

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

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

border-color css

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

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

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