Html Css Color HEX #842017 Falu Red

📋 copy color: '#842017'

red 132 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #842017

Tints of Falu Red #842017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 70.59%
G = 17.11%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#842017 (or 0x842017) is known color: Falu Red. HEX triplet: 84, 20 and 17. RGB value is (132,32,23). Sum of RGB (Red+Green+Blue) = 132+32+23=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #842017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842017 is #7BDFE8. Grayscale: #3D3D3D. Windows color (decimal): -8118249 or 1515652. OLE color: 1515652.

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

Color convert

RGB 132 32 23 -
CMYK 0 0.76 0.83 0.48
HSL 4.95º 0.7% 0.3% -
HSV(B) 4.95º 0.83% 0.52% -
XYZ 10.19 6 1.43 -
YUV 60.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 132 32 23 0 0.76 0.83 0.48 4.95 0.7 0.3
Hex 84 20 17 0 4C 53 30 5 46 1E
Octal 204 40 27 0 114 123 60 5 106 36
Binary 10000100 100000 10111 0 1001100 1010011 110000 101 1000110 11110

Color Harmonies of #842017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842017

Black with #842017

Text Example


Text Example

White with #842017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842017; }

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

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

background-color css

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

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

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

border-color css

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

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

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