Html Css Color HEX #892000 Falu Red

📋 copy color: '#892000'

red 137 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #892000

Tints of Falu Red #892000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

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

R = 81.07%
G = 18.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#892000 (or 0x892000) is known color: Falu Red. HEX triplet: 89, 20 and 00. RGB value is (137,32,0). Sum of RGB (Red+Green+Blue) = 137+32+0=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #892000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892000 is #76DFFF. Grayscale: #3B3B3B. Windows color (decimal): -7790592 or 8329. OLE color: 8329.

HSL color Cylindrical-coordinate representation of color #892000: hue angle of 14.01º 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 #892000 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 0 -
CMYK 0 0.77 1 0.46
HSL 14.01º 1% 0.27% -
HSV(B) 14.01º 1% 0.54% -
XYZ 10.83 6.35 0.65 -
YUV 59.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 137 32 0 0 0.77 1 0.46 14.01 1 0.27
Hex 89 20 0 0 4D 64 2E E 64 1B
Octal 211 40 0 0 115 144 56 16 144 33
Binary 10001001 100000 0 0 1001101 1100100 101110 1110 1100100 11011

Color Harmonies of #892000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892000

Black with #892000

Text Example


Text Example

White with #892000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892000; }

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

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

background-color css

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

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

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

border-color css

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

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

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