Html Css Color HEX #841704 Falu Red

📋 copy color: '#841704'

red 132 ◦ green 23 ◦ blue 4

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

Shades of Falu Red #841704

Tints of Falu Red #841704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 83.02%
G = 14.47%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#841704 (or 0x841704) is known color: Falu Red. HEX triplet: 84, 17 and 04. RGB value is (132,23,4). Sum of RGB (Red+Green+Blue) = 132+23+4=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #841704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841704 is #7BE8FB. Grayscale: #353535. Windows color (decimal): -8120572 or 268164. OLE color: 268164.

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

Color convert

RGB 132 23 4 -
CMYK 0 0.83 0.97 0.48
HSL 8.91º 0.94% 0.27% -
HSV(B) 8.91º 0.97% 0.52% -
XYZ 9.84 5.53 0.66 -
YUV 53.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 132 23 4 0 0.83 0.97 0.48 8.91 0.94 0.27
Hex 84 17 4 0 53 61 30 9 5E 1B
Octal 204 27 4 0 123 141 60 11 136 33
Binary 10000100 10111 100 0 1010011 1100001 110000 1001 1011110 11011

Color Harmonies of #841704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841704

Black with #841704

Text Example


Text Example

White with #841704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841704; }

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

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

background-color css

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

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

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

border-color css

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

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

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