Html Css Color HEX #851710 Falu Red

📋 copy color: '#851710'

red 133 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #851710

Tints of Falu Red #851710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 77.33%
G = 13.37%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#851710 (or 0x851710) is known color: Falu Red. HEX triplet: 85, 17 and 10. RGB value is (133,23,16). Sum of RGB (Red+Green+Blue) = 133+23+16=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #851710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851710 is #7AE8EF. Grayscale: #373737. Windows color (decimal): -8055024 or 1054597. OLE color: 1054597.

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

Color convert

RGB 133 23 16 -
CMYK 0 0.83 0.88 0.48
HSL 3.59º 0.79% 0.29% -
HSV(B) 3.59º 0.88% 0.52% -
XYZ 10.07 5.64 1.05 -
YUV 55.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 133 23 16 0 0.83 0.88 0.48 3.59 0.79 0.29
Hex 85 17 10 0 53 58 30 4 4F 1D
Octal 205 27 20 0 123 130 60 4 117 35
Binary 10000101 10111 10000 0 1010011 1011000 110000 100 1001111 11101

Color Harmonies of #851710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851710

Black with #851710

Text Example


Text Example

White with #851710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851710; }

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

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

background-color css

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

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

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

border-color css

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

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

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