Html Css Color HEX #85100E Falu Red

📋 copy color: '#85100E'

red 133 ◦ green 16 ◦ blue 14

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

Shades of Falu Red #85100E

Tints of Falu Red #85100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

 BLUE value IS 14 (5.86% from 255) = 8.59%

R = 81.6%
G = 9.82%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85100E (or 0x85100E) is known color: Falu Red. HEX triplet: 85, 10 and 0E. RGB value is (133,16,14). Sum of RGB (Red+Green+Blue) = 133+16+14=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #85100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85100E is #7AEFF1. Grayscale: #323232. Windows color (decimal): -8056818 or 921733. OLE color: 921733.

HSL color Cylindrical-coordinate representation of color #85100E: hue angle of 1.01º degrees, saturation: 0.81, 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 #85100E is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 14 -
CMYK 0 0.88 0.89 0.48
HSL 1.01º 0.81% 0.29% -
HSV(B) 1.01º 0.89% 0.52% -
XYZ 9.94 5.39 0.93 -
YUV 50.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 133 16 14 0 0.88 0.89 0.48 1.01 0.81 0.29
Hex 85 10 E 0 58 59 30 1 51 1D
Octal 205 20 16 0 130 131 60 1 121 35
Binary 10000101 10000 1110 0 1011000 1011001 110000 1 1010001 11101

Color Harmonies of #85100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85100E

Black with #85100E

Text Example


Text Example

White with #85100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85100E; }

 p { color: rgb(133,16,14); }

 H1.HeaderClassName
 {
   color: #85100E;
 }
 .AnyTagClassName
 {
   color: #85100E;
 }
</style>

background-color css

<style>
 a { background-color: #85100E; }

 a { background-color: rgb(133,16,14); }

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

border-color css

<style>
 span { border-color: #85100E; }

 span { border-color: rgb(133,16,14); }

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