Html Css Color HEX #841707 Falu Red

📋 copy color: '#841707'

red 132 ◦ green 23 ◦ blue 7

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

Shades of Falu Red #841707

Tints of Falu Red #841707

RGB

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

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

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

R = 81.48%
G = 14.2%
B = 4.32%

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

#841707 (or 0x841707) is known color: Falu Red. HEX triplet: 84, 17 and 07. RGB value is (132,23,7). Sum of RGB (Red+Green+Blue) = 132+23+7=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #841707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841707 is #7BE8F8. Grayscale: #353535. Windows color (decimal): -8120569 or 464772. OLE color: 464772.

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

Color convert

RGB 132 23 7 -
CMYK 0 0.83 0.95 0.48
HSL 7.68º 0.9% 0.27% -
HSV(B) 7.68º 0.95% 0.52% -
XYZ 9.86 5.53 0.75 -
YUV 53.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 132 23 7 0 0.83 0.95 0.48 7.68 0.9 0.27
Hex 84 17 7 0 53 5F 30 8 5A 1B
Octal 204 27 7 0 123 137 60 10 132 33
Binary 10000100 10111 111 0 1010011 1011111 110000 1000 1011010 11011

Color Harmonies of #841707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841707

Black with #841707

Text Example


Text Example

White with #841707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841707; }

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

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

background-color css

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

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

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

border-color css

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

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

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