Html Css Color HEX #841607 Falu Red

📋 copy color: '#841607'

red 132 ◦ green 22 ◦ blue 7

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

Shades of Falu Red #841607

Tints of Falu Red #841607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

 BLUE value IS 7 (3.13% from 255) = 4.35%

R = 81.99%
G = 13.66%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#841607 (or 0x841607) is known color: Falu Red. HEX triplet: 84, 16 and 07. RGB value is (132,22,7). Sum of RGB (Red+Green+Blue) = 132+22+7=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #841607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841607 is #7BE9F8. Grayscale: #353535. Windows color (decimal): -8120825 or 464516. OLE color: 464516.

HSL color Cylindrical-coordinate representation of color #841607: hue angle of 7.2º degrees, saturation: 0.9, 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 #841607 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 22 7 -
CMYK 0 0.83 0.95 0.48
HSL 7.2º 0.9% 0.27% -
HSV(B) 7.2º 0.95% 0.52% -
XYZ 9.84 5.49 0.74 -
YUV 53.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 132 22 7 0 0.83 0.95 0.48 7.2 0.9 0.27
Hex 84 16 7 0 53 5F 30 7 5A 1B
Octal 204 26 7 0 123 137 60 7 132 33
Binary 10000100 10110 111 0 1010011 1011111 110000 111 1011010 11011

Color Harmonies of #841607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841607

Black with #841607

Text Example


Text Example

White with #841607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841607; }

 p { color: rgb(132,22,7); }

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

background-color css

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

 a { background-color: rgb(132,22,7); }

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

border-color css

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

 span { border-color: rgb(132,22,7); }

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