Html Css Color HEX #85170F Falu Red

📋 copy color: '#85170F'

red 133 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #85170F

Tints of Falu Red #85170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 77.78%
G = 13.45%
B = 8.77%

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

#85170F (or 0x85170F) is known color: Falu Red. HEX triplet: 85, 17 and 0F. RGB value is (133,23,15). Sum of RGB (Red+Green+Blue) = 133+23+15=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #85170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85170F is #7AE8F0. Grayscale: #373737. Windows color (decimal): -8055025 or 989061. OLE color: 989061.

HSL color Cylindrical-coordinate representation of color #85170F: hue angle of 4.07º degrees, saturation: 0.8, 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 #85170F is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 15 -
CMYK 0 0.83 0.89 0.48
HSL 4.07º 0.8% 0.29% -
HSV(B) 4.07º 0.89% 0.52% -
XYZ 10.07 5.63 1.01 -
YUV 54.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 133 23 15 0 0.83 0.89 0.48 4.07 0.8 0.29
Hex 85 17 F 0 53 59 30 4 50 1D
Octal 205 27 17 0 123 131 60 4 120 35
Binary 10000101 10111 1111 0 1010011 1011001 110000 100 1010000 11101

Color Harmonies of #85170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85170F

Black with #85170F

Text Example


Text Example

White with #85170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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