Html Css Color HEX #85100F Falu Red

📋 copy color: '#85100F'

red 133 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #85100F

Tints of Falu Red #85100F

RGB

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

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

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

R = 81.1%
G = 9.76%
B = 9.15%

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

#85100F (or 0x85100F) is known color: Falu Red. HEX triplet: 85, 10 and 0F. RGB value is (133,16,15). Sum of RGB (Red+Green+Blue) = 133+16+15=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #85100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85100F is #7AEFF0. Grayscale: #323232. Windows color (decimal): -8056817 or 987269. OLE color: 987269.

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

Color convert

RGB 133 16 15 -
CMYK 0 0.88 0.89 0.48
HSL 0.51º 0.8% 0.29% -
HSV(B) 0.51º 0.89% 0.52% -
XYZ 9.94 5.39 0.97 -
YUV 50.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 133 16 15 0 0.88 0.89 0.48 0.51 0.8 0.29
Hex 85 10 F 0 58 59 30 1 50 1D
Octal 205 20 17 0 130 131 60 1 120 35
Binary 10000101 10000 1111 0 1011000 1011001 110000 1 1010000 11101

Color Harmonies of #85100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85100F

Black with #85100F

Text Example


Text Example

White with #85100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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