Html Css Color HEX #85110C Falu Red

📋 copy color: '#85110C'

red 133 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #85110C

Tints of Falu Red #85110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 82.1%
G = 10.49%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85110C (or 0x85110C) is known color: Falu Red. HEX triplet: 85, 11 and 0C. RGB value is (133,17,12). Sum of RGB (Red+Green+Blue) = 133+17+12=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #85110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85110C is #7AEEF3. Grayscale: #333333. Windows color (decimal): -8056564 or 790917. OLE color: 790917.

HSL color Cylindrical-coordinate representation of color #85110C: hue angle of 2.48º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85110C is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 12 -
CMYK 0 0.87 0.91 0.48
HSL 2.48º 0.83% 0.28% -
HSV(B) 2.48º 0.91% 0.52% -
XYZ 9.94 5.41 0.87 -
YUV 51.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 133 17 12 0 0.87 0.91 0.48 2.48 0.83 0.28
Hex 85 11 C 0 57 5B 30 2 53 1C
Octal 205 21 14 0 127 133 60 2 123 34
Binary 10000101 10001 1100 0 1010111 1011011 110000 10 1010011 11100

Color Harmonies of #85110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85110C

Black with #85110C

Text Example


Text Example

White with #85110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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