Html Css Color HEX #89100D Falu Red

📋 copy color: '#89100D'

red 137 ◦ green 16 ◦ blue 13

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

Shades of Falu Red #89100D

Tints of Falu Red #89100D

RGB

 RED value IS 137 (53.91% from 255) = 82.53%

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

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 82.53%
G = 9.64%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89100D (or 0x89100D) is known color: Falu Red. HEX triplet: 89, 10 and 0D. RGB value is (137,16,13). Sum of RGB (Red+Green+Blue) = 137+16+13=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #89100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89100D is #76EFF2. Grayscale: #333333. Windows color (decimal): -7794675 or 856201. OLE color: 856201.

HSL color Cylindrical-coordinate representation of color #89100D: hue angle of 1.45º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89100D is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 16 13 -
CMYK 0 0.88 0.91 0.46
HSL 1.45º 0.83% 0.29% -
HSV(B) 1.45º 0.91% 0.54% -
XYZ 10.57 5.72 0.93 -
YUV 51.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 137 16 13 0 0.88 0.91 0.46 1.45 0.83 0.29
Hex 89 10 D 0 58 5B 2E 1 53 1D
Octal 211 20 15 0 130 133 56 1 123 35
Binary 10001001 10000 1101 0 1011000 1011011 101110 1 1010011 11101

Color Harmonies of #89100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89100D

Black with #89100D

Text Example


Text Example

White with #89100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89100D; }

 p { color: rgb(137,16,13); }

 H1.HeaderClassName
 {
   color: #89100D;
 }
 .AnyTagClassName
 {
   color: #89100D;
 }
</style>

background-color css

<style>
 a { background-color: #89100D; }

 a { background-color: rgb(137,16,13); }

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

border-color css

<style>
 span { border-color: #89100D; }

 span { border-color: rgb(137,16,13); }

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