Html Css Color HEX #841507 Falu Red

📋 copy color: '#841507'

red 132 ◦ green 21 ◦ blue 7

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

Shades of Falu Red #841507

Tints of Falu Red #841507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

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

R = 82.5%
G = 13.13%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#841507 (or 0x841507) is known color: Falu Red. HEX triplet: 84, 15 and 07. RGB value is (132,21,7). Sum of RGB (Red+Green+Blue) = 132+21+7=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #841507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841507 is #7BEAF8. Grayscale: #343434. Windows color (decimal): -8121081 or 464260. OLE color: 464260.

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

Color convert

RGB 132 21 7 -
CMYK 0 0.84 0.95 0.48
HSL 6.72º 0.9% 0.27% -
HSV(B) 6.72º 0.95% 0.52% -
XYZ 9.82 5.46 0.74 -
YUV 52.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 132 21 7 0 0.84 0.95 0.48 6.72 0.9 0.27
Hex 84 15 7 0 54 5F 30 7 5A 1B
Octal 204 25 7 0 124 137 60 7 132 33
Binary 10000100 10101 111 0 1010100 1011111 110000 111 1011010 11011

Color Harmonies of #841507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841507

Black with #841507

Text Example


Text Example

White with #841507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841507; }

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

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

background-color css

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

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

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

border-color css

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

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

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