Html Css Color HEX #851907 Falu Red

📋 copy color: '#851907'

red 133 ◦ green 25 ◦ blue 7

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

Shades of Falu Red #851907

Tints of Falu Red #851907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

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

R = 80.61%
G = 15.15%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#851907 (or 0x851907) is known color: Falu Red. HEX triplet: 85, 19 and 07. RGB value is (133,25,7). Sum of RGB (Red+Green+Blue) = 133+25+7=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #851907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851907 is #7AE6F8. Grayscale: #373737. Windows color (decimal): -8054521 or 465285. OLE color: 465285.

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

Color convert

RGB 133 25 7 -
CMYK 0 0.81 0.95 0.48
HSL 8.57º 0.9% 0.27% -
HSV(B) 8.57º 0.95% 0.52% -
XYZ 10.06 5.7 0.77 -
YUV 55.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 133 25 7 0 0.81 0.95 0.48 8.57 0.9 0.27
Hex 85 19 7 0 51 5F 30 9 5A 1B
Octal 205 31 7 0 121 137 60 11 132 33
Binary 10000101 11001 111 0 1010001 1011111 110000 1001 1011010 11011

Color Harmonies of #851907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851907

Black with #851907

Text Example


Text Example

White with #851907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851907; }

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

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

background-color css

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

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

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

border-color css

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

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

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