Html Css Color HEX #89160D Falu Red

📋 copy color: '#89160D'

red 137 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #89160D

Tints of Falu Red #89160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 79.65%
G = 12.79%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89160D (or 0x89160D) is known color: Falu Red. HEX triplet: 89, 16 and 0D. RGB value is (137,22,13). Sum of RGB (Red+Green+Blue) = 137+22+13=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #89160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89160D is #76E9F2. Grayscale: #373737. Windows color (decimal): -7793139 or 857737. OLE color: 857737.

HSL color Cylindrical-coordinate representation of color #89160D: hue angle of 4.35º 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 #89160D is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 22 13 -
CMYK 0 0.84 0.91 0.46
HSL 4.35º 0.83% 0.29% -
HSV(B) 4.35º 0.91% 0.54% -
XYZ 10.68 5.92 0.96 -
YUV 55.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 137 22 13 0 0.84 0.91 0.46 4.35 0.83 0.29
Hex 89 16 D 0 54 5B 2E 4 53 1D
Octal 211 26 15 0 124 133 56 4 123 35
Binary 10001001 10110 1101 0 1010100 1011011 101110 100 1010011 11101

Color Harmonies of #89160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89160D

Black with #89160D

Text Example


Text Example

White with #89160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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