Html Css Color HEX #85120F Falu Red

📋 copy color: '#85120F'

red 133 ◦ green 18 ◦ blue 15

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

Shades of Falu Red #85120F

Tints of Falu Red #85120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 80.12%
G = 10.84%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85120F (or 0x85120F) is known color: Falu Red. HEX triplet: 85, 12 and 0F. RGB value is (133,18,15). Sum of RGB (Red+Green+Blue) = 133+18+15=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #85120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85120F is #7AEDF0. Grayscale: #343434. Windows color (decimal): -8056305 or 987781. OLE color: 987781.

HSL color Cylindrical-coordinate representation of color #85120F: hue angle of 1.53º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85120F is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 15 -
CMYK 0 0.86 0.89 0.48
HSL 1.53º 0.8% 0.29% -
HSV(B) 1.53º 0.89% 0.52% -
XYZ 9.98 5.45 0.98 -
YUV 52.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 133 18 15 0 0.86 0.89 0.48 1.53 0.8 0.29
Hex 85 12 F 0 56 59 30 2 50 1D
Octal 205 22 17 0 126 131 60 2 120 35
Binary 10000101 10010 1111 0 1010110 1011001 110000 10 1010000 11101

Color Harmonies of #85120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85120F

Black with #85120F

Text Example


Text Example

White with #85120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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