Html Css Color HEX #85170E Falu Red

📋 copy color: '#85170E'

red 133 ◦ green 23 ◦ blue 14

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

Shades of Falu Red #85170E

Tints of Falu Red #85170E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 78.24%
G = 13.53%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85170E (or 0x85170E) is known color: Falu Red. HEX triplet: 85, 17 and 0E. RGB value is (133,23,14). Sum of RGB (Red+Green+Blue) = 133+23+14=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #85170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85170E is #7AE8F1. Grayscale: #373737. Windows color (decimal): -8055026 or 923525. OLE color: 923525.

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

Color convert

RGB 133 23 14 -
CMYK 0 0.83 0.89 0.48
HSL 4.54º 0.81% 0.29% -
HSV(B) 4.54º 0.89% 0.52% -
XYZ 10.06 5.63 0.97 -
YUV 54.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 133 23 14 0 0.83 0.89 0.48 4.54 0.81 0.29
Hex 85 17 E 0 53 59 30 5 51 1D
Octal 205 27 16 0 123 131 60 5 121 35
Binary 10000101 10111 1110 0 1010011 1011001 110000 101 1010001 11101

Color Harmonies of #85170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85170E

Black with #85170E

Text Example


Text Example

White with #85170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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