Html Css Color HEX #85160F Falu Red

📋 copy color: '#85160F'

red 133 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #85160F

Tints of Falu Red #85160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 78.24%
G = 12.94%
B = 8.82%

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

#85160F (or 0x85160F) is known color: Falu Red. HEX triplet: 85, 16 and 0F. RGB value is (133,22,15). Sum of RGB (Red+Green+Blue) = 133+22+15=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #85160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85160F is #7AE9F0. Grayscale: #363636. Windows color (decimal): -8055281 or 988805. OLE color: 988805.

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

Color convert

RGB 133 22 15 -
CMYK 0 0.83 0.89 0.48
HSL 3.56º 0.8% 0.29% -
HSV(B) 3.56º 0.89% 0.52% -
XYZ 10.05 5.59 1 -
YUV 54.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 133 22 15 0 0.83 0.89 0.48 3.56 0.8 0.29
Hex 85 16 F 0 53 59 30 4 50 1D
Octal 205 26 17 0 123 131 60 4 120 35
Binary 10000101 10110 1111 0 1010011 1011001 110000 100 1010000 11101

Color Harmonies of #85160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85160F

Black with #85160F

Text Example


Text Example

White with #85160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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