Html Css Color HEX #851708 Falu Red

📋 copy color: '#851708'

red 133 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #851708

Tints of Falu Red #851708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

 BLUE value IS 8 (3.52% from 255) = 4.88%

R = 81.1%
G = 14.02%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#851708 (or 0x851708) is known color: Falu Red. HEX triplet: 85, 17 and 08. RGB value is (133,23,8). Sum of RGB (Red+Green+Blue) = 133+23+8=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #851708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851708 is #7AE8F7. Grayscale: #363636. Windows color (decimal): -8055032 or 530309. OLE color: 530309.

HSL color Cylindrical-coordinate representation of color #851708: hue angle of 7.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #851708 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 8 -
CMYK 0 0.83 0.94 0.48
HSL 7.2º 0.89% 0.28% -
HSV(B) 7.2º 0.94% 0.52% -
XYZ 10.02 5.62 0.79 -
YUV 54.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 133 23 8 0 0.83 0.94 0.48 7.2 0.89 0.28
Hex 85 17 8 0 53 5E 30 7 59 1C
Octal 205 27 10 0 123 136 60 7 131 34
Binary 10000101 10111 1000 0 1010011 1011110 110000 111 1011001 11100

Color Harmonies of #851708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851708

Black with #851708

Text Example


Text Example

White with #851708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851708; }

 p { color: rgb(133,23,8); }

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

background-color css

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

 a { background-color: rgb(133,23,8); }

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

border-color css

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

 span { border-color: rgb(133,23,8); }

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