Html Css Color HEX #851207 Falu Red

📋 copy color: '#851207'

red 133 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #851207

Tints of Falu Red #851207

RGB

 RED value IS 133 (52.34% from 255) = 84.18%

 GREEN value IS 18 (7.42% from 255) = 11.39%

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

R = 84.18%
G = 11.39%
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

#851207 (or 0x851207) is known color: Falu Red. HEX triplet: 85, 12 and 07. RGB value is (133,18,7). Sum of RGB (Red+Green+Blue) = 133+18+7=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #851207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851207 is #7AEDF8. Grayscale: #333333. Windows color (decimal): -8056313 or 463493. OLE color: 463493.

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

Color convert

RGB 133 18 7 -
CMYK 0 0.86 0.95 0.48
HSL 5.24º 0.9% 0.27% -
HSV(B) 5.24º 0.95% 0.52% -
XYZ 9.93 5.43 0.73 -
YUV 51.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 133 18 7 0 0.86 0.95 0.48 5.24 0.9 0.27
Hex 85 12 7 0 56 5F 30 5 5A 1B
Octal 205 22 7 0 126 137 60 5 132 33
Binary 10000101 10010 111 0 1010110 1011111 110000 101 1011010 11011

Color Harmonies of #851207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851207

Black with #851207

Text Example


Text Example

White with #851207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851207; }

 p { color: rgb(133,18,7); }

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

background-color css

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

 a { background-color: rgb(133,18,7); }

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

border-color css

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

 span { border-color: rgb(133,18,7); }

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