Html Css Color HEX #842006 Falu Red

📋 copy color: '#842006'

red 132 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #842006

Tints of Falu Red #842006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.53%

R = 77.65%
G = 18.82%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#842006 (or 0x842006) is known color: Falu Red. HEX triplet: 84, 20 and 06. RGB value is (132,32,6). Sum of RGB (Red+Green+Blue) = 132+32+6=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #842006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842006 is #7BDFF9. Grayscale: #3B3B3B. Windows color (decimal): -8118266 or 401540. OLE color: 401540.

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

Color convert

RGB 132 32 6 -
CMYK 0 0.76 0.95 0.48
HSL 12.38º 0.91% 0.27% -
HSV(B) 12.38º 0.95% 0.52% -
XYZ 10.07 5.95 0.79 -
YUV 58.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 132 32 6 0 0.76 0.95 0.48 12.38 0.91 0.27
Hex 84 20 6 0 4C 5F 30 C 5B 1B
Octal 204 40 6 0 114 137 60 14 133 33
Binary 10000100 100000 110 0 1001100 1011111 110000 1100 1011011 11011

Color Harmonies of #842006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842006

Black with #842006

Text Example


Text Example

White with #842006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842006; }

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

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

background-color css

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

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

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

border-color css

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

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

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