Html Css Color HEX #85110A Falu Red

📋 copy color: '#85110A'

red 133 ◦ green 17 ◦ blue 10

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

Shades of Falu Red #85110A

Tints of Falu Red #85110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.25%

R = 83.13%
G = 10.63%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85110A (or 0x85110A) is known color: Falu Red. HEX triplet: 85, 11 and 0A. RGB value is (133,17,10). Sum of RGB (Red+Green+Blue) = 133+17+10=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #85110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85110A is #7AEEF5. Grayscale: #333333. Windows color (decimal): -8056566 or 659845. OLE color: 659845.

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

Color convert

RGB 133 17 10 -
CMYK 0 0.87 0.92 0.48
HSL 3.41º 0.86% 0.28% -
HSV(B) 3.41º 0.92% 0.52% -
XYZ 9.93 5.41 0.81 -
YUV 50.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 133 17 10 0 0.87 0.92 0.48 3.41 0.86 0.28
Hex 85 11 A 0 57 5C 30 3 56 1C
Octal 205 21 12 0 127 134 60 3 126 34
Binary 10000101 10001 1010 0 1010111 1011100 110000 11 1010110 11100

Color Harmonies of #85110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85110A

Black with #85110A

Text Example


Text Example

White with #85110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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