Html Css Color HEX #89220D Falu Red

📋 copy color: '#89220D'

red 137 ◦ green 34 ◦ blue 13

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

Shades of Falu Red #89220D

Tints of Falu Red #89220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

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

R = 74.46%
G = 18.48%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89220D (or 0x89220D) is known color: Falu Red. HEX triplet: 89, 22 and 0D. RGB value is (137,34,13). Sum of RGB (Red+Green+Blue) = 137+34+13=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89220D is #76DDF2. Grayscale: #3E3E3E. Windows color (decimal): -7790067 or 860809. OLE color: 860809.

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

Color convert

RGB 137 34 13 -
CMYK 0 0.75 0.91 0.46
HSL 10.16º 0.83% 0.29% -
HSV(B) 10.16º 0.91% 0.54% -
XYZ 10.96 6.49 1.06 -
YUV 62.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 137 34 13 0 0.75 0.91 0.46 10.16 0.83 0.29
Hex 89 22 D 0 4B 5B 2E A 53 1D
Octal 211 42 15 0 113 133 56 12 123 35
Binary 10001001 100010 1101 0 1001011 1011011 101110 1010 1010011 11101

Color Harmonies of #89220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89220D

Black with #89220D

Text Example


Text Example

White with #89220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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