Html Css Color HEX #89100A Falu Red

📋 copy color: '#89100A'

red 137 ◦ green 16 ◦ blue 10

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

Shades of Falu Red #89100A

Tints of Falu Red #89100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 84.05%
G = 9.82%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#89100A (or 0x89100A) is known color: Falu Red. HEX triplet: 89, 10 and 0A. RGB value is (137,16,10). Sum of RGB (Red+Green+Blue) = 137+16+10=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #89100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89100A is #76EFF5. Grayscale: #333333. Windows color (decimal): -7794678 or 659593. OLE color: 659593.

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

Color convert

RGB 137 16 10 -
CMYK 0 0.88 0.93 0.46
HSL 2.83º 0.86% 0.29% -
HSV(B) 2.83º 0.93% 0.54% -
XYZ 10.56 5.71 0.83 -
YUV 51.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 137 16 10 0 0.88 0.93 0.46 2.83 0.86 0.29
Hex 89 10 A 0 58 5D 2E 3 56 1D
Octal 211 20 12 0 130 135 56 3 126 35
Binary 10001001 10000 1010 0 1011000 1011101 101110 11 1010110 11101

Color Harmonies of #89100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89100A

Black with #89100A

Text Example


Text Example

White with #89100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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