Html Css Color HEX #892100 Falu Red

📋 copy color: '#892100'

red 137 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #892100

Tints of Falu Red #892100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.59%
G = 19.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#892100 (or 0x892100) is known color: Falu Red. HEX triplet: 89, 21 and 00. RGB value is (137,33,0). Sum of RGB (Red+Green+Blue) = 137+33+0=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #892100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892100 is #76DEFF. Grayscale: #3C3C3C. Windows color (decimal): -7790336 or 8585. OLE color: 8585.

HSL color Cylindrical-coordinate representation of color #892100: hue angle of 14.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #892100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 0 -
CMYK 0 0.76 1 0.46
HSL 14.45º 1% 0.27% -
HSV(B) 14.45º 1% 0.54% -
XYZ 10.86 6.41 0.66 -
YUV 60.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 137 33 0 0 0.76 1 0.46 14.45 1 0.27
Hex 89 21 0 0 4C 64 2E E 64 1B
Octal 211 41 0 0 114 144 56 16 144 33
Binary 10001001 100001 0 0 1001100 1100100 101110 1110 1100100 11011

Color Harmonies of #892100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892100

Black with #892100

Text Example


Text Example

White with #892100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892100; }

 p { color: rgb(137,33,0); }

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

background-color css

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

 a { background-color: rgb(137,33,0); }

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

border-color css

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

 span { border-color: rgb(137,33,0); }

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