Html Css Color HEX #842407 Falu Red

📋 copy color: '#842407'

red 132 ◦ green 36 ◦ blue 7

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

Shades of Falu Red #842407

Tints of Falu Red #842407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 75.43%
G = 20.57%
B = 4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#842407 (or 0x842407) is known color: Falu Red. HEX triplet: 84, 24 and 07. RGB value is (132,36,7). Sum of RGB (Red+Green+Blue) = 132+36+7=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #842407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842407 is #7BDBF8. Grayscale: #3D3D3D. Windows color (decimal): -8117241 or 468100. OLE color: 468100.

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

Color convert

RGB 132 36 7 -
CMYK 0 0.73 0.95 0.48
HSL 13.92º 0.9% 0.27% -
HSV(B) 13.92º 0.95% 0.52% -
XYZ 10.18 6.18 0.86 -
YUV 61.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 132 36 7 0 0.73 0.95 0.48 13.92 0.9 0.27
Hex 84 24 7 0 49 5F 30 E 5A 1B
Octal 204 44 7 0 111 137 60 16 132 33
Binary 10000100 100100 111 0 1001001 1011111 110000 1110 1011010 11011

Color Harmonies of #842407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842407

Black with #842407

Text Example


Text Example

White with #842407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842407; }

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

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

background-color css

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

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

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

border-color css

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

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

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