Html Css Color HEX #85120A Falu Red

📋 copy color: '#85120A'

red 133 ◦ green 18 ◦ blue 10

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

Shades of Falu Red #85120A

Tints of Falu Red #85120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

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

R = 82.61%
G = 11.18%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85120A (or 0x85120A) is known color: Falu Red. HEX triplet: 85, 12 and 0A. RGB value is (133,18,10). Sum of RGB (Red+Green+Blue) = 133+18+10=161 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.61% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 133 - color contains mainly: red. Hex color #85120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85120A is #7AEDF5. Grayscale: #333333. Windows color (decimal): -8056310 or 660101. OLE color: 660101.

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

Color convert

RGB 133 18 10 -
CMYK 0 0.86 0.92 0.48
HSL 3.9º 0.86% 0.28% -
HSV(B) 3.9º 0.92% 0.52% -
XYZ 9.94 5.44 0.81 -
YUV 51.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 133 18 10 0 0.86 0.92 0.48 3.9 0.86 0.28
Hex 85 12 A 0 56 5C 30 4 56 1C
Octal 205 22 12 0 126 134 60 4 126 34
Binary 10000101 10010 1010 0 1010110 1011100 110000 100 1010110 11100

Color Harmonies of #85120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85120A

Black with #85120A

Text Example


Text Example

White with #85120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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