Html Css Color HEX #841307 Falu Red

📋 copy color: '#841307'

red 132 ◦ green 19 ◦ blue 7

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

Shades of Falu Red #841307

Tints of Falu Red #841307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

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

R = 83.54%
G = 12.03%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#841307 (or 0x841307) is known color: Falu Red. HEX triplet: 84, 13 and 07. RGB value is (132,19,7). Sum of RGB (Red+Green+Blue) = 132+19+7=158 (20% of max value = 765). Red value is 132 (51.95% from 255 or 83.54% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 132 - color contains mainly: red. Hex color #841307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841307 is #7BECF8. Grayscale: #333333. Windows color (decimal): -8121593 or 463748. OLE color: 463748.

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

Color convert

RGB 132 19 7 -
CMYK 0 0.86 0.95 0.48
HSL 5.76º 0.9% 0.27% -
HSV(B) 5.76º 0.95% 0.52% -
XYZ 9.79 5.39 0.72 -
YUV 51.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 132 19 7 0 0.86 0.95 0.48 5.76 0.9 0.27
Hex 84 13 7 0 56 5F 30 6 5A 1B
Octal 204 23 7 0 126 137 60 6 132 33
Binary 10000100 10011 111 0 1010110 1011111 110000 110 1011010 11011

Color Harmonies of #841307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841307

Black with #841307

Text Example


Text Example

White with #841307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841307; }

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

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

background-color css

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

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

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

border-color css

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

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

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