Html Css Color HEX #85110D Falu Red

📋 copy color: '#85110D'

red 133 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #85110D

Tints of Falu Red #85110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 13 (5.47% from 255) = 7.98%

R = 81.6%
G = 10.43%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85110D (or 0x85110D) is known color: Falu Red. HEX triplet: 85, 11 and 0D. RGB value is (133,17,13). Sum of RGB (Red+Green+Blue) = 133+17+13=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #85110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85110D is #7AEEF2. Grayscale: #333333. Windows color (decimal): -8056563 or 856453. OLE color: 856453.

HSL color Cylindrical-coordinate representation of color #85110D: hue angle of 2º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85110D is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 13 -
CMYK 0 0.87 0.90 0.48
HSL 0.82% 0.29% -
HSV(B) 0.9% 0.52% -
XYZ 9.95 5.42 0.9 -
YUV 51.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 133 17 13 0 0.87 0.90 0.48 2 0.82 0.29
Hex 85 11 D 0 57 5A 30 2 52 1D
Octal 205 21 15 0 127 132 60 2 122 35
Binary 10000101 10001 1101 0 1010111 1011010 110000 10 1010010 11101

Color Harmonies of #85110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85110D

Black with #85110D

Text Example


Text Example

White with #85110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85110D; }

 p { color: rgb(133,17,13); }

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

background-color css

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

 a { background-color: rgb(133,17,13); }

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

border-color css

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

 span { border-color: rgb(133,17,13); }

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