Html Css Color HEX #89170B Falu Red

📋 copy color: '#89170B'

red 137 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #89170B

Tints of Falu Red #89170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 11 (4.69% from 255) = 6.43%

R = 80.12%
G = 13.45%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89170B (or 0x89170B) is known color: Falu Red. HEX triplet: 89, 17 and 0B. RGB value is (137,23,11). Sum of RGB (Red+Green+Blue) = 137+23+11=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #89170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89170B is #76E8F4. Grayscale: #373737. Windows color (decimal): -7792885 or 726921. OLE color: 726921.

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

Color convert

RGB 137 23 11 -
CMYK 0 0.83 0.92 0.46
HSL 5.71º 0.85% 0.29% -
HSV(B) 5.71º 0.92% 0.54% -
XYZ 10.68 5.96 0.9 -
YUV 55.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 137 23 11 0 0.83 0.92 0.46 5.71 0.85 0.29
Hex 89 17 B 0 53 5C 2E 6 55 1D
Octal 211 27 13 0 123 134 56 6 125 35
Binary 10001001 10111 1011 0 1010011 1011100 101110 110 1010101 11101

Color Harmonies of #89170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89170B

Black with #89170B

Text Example


Text Example

White with #89170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89170B; }

 p { color: rgb(137,23,11); }

 H1.HeaderClassName
 {
   color: #89170B;
 }
 .AnyTagClassName
 {
   color: #89170B;
 }
</style>

background-color css

<style>
 a { background-color: #89170B; }

 a { background-color: rgb(137,23,11); }

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

border-color css

<style>
 span { border-color: #89170B; }

 span { border-color: rgb(137,23,11); }

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