Html Css Color HEX #85160A Falu Red

📋 copy color: '#85160A'

red 133 ◦ green 22 ◦ blue 10

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

Shades of Falu Red #85160A

Tints of Falu Red #85160A

RGB

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

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

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

R = 80.61%
G = 13.33%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85160A (or 0x85160A) is known color: Falu Red. HEX triplet: 85, 16 and 0A. RGB value is (133,22,10). Sum of RGB (Red+Green+Blue) = 133+22+10=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85160A is #7AE9F5. Grayscale: #353535. Windows color (decimal): -8055286 or 661125. OLE color: 661125.

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

Color convert

RGB 133 22 10 -
CMYK 0 0.83 0.92 0.48
HSL 5.85º 0.86% 0.28% -
HSV(B) 5.85º 0.92% 0.52% -
XYZ 10.01 5.58 0.84 -
YUV 53.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 133 22 10 0 0.83 0.92 0.48 5.85 0.86 0.28
Hex 85 16 A 0 53 5C 30 6 56 1C
Octal 205 26 12 0 123 134 60 6 126 34
Binary 10000101 10110 1010 0 1010011 1011100 110000 110 1010110 11100

Color Harmonies of #85160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85160A

Black with #85160A

Text Example


Text Example

White with #85160A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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