Html Css Color HEX #892314 Falu Red

📋 copy color: '#892314'

red 137 ◦ green 35 ◦ blue 20

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

Shades of Falu Red #892314

Tints of Falu Red #892314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 71.35%
G = 18.23%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#892314 (or 0x892314) is known color: Falu Red. HEX triplet: 89, 23 and 14. RGB value is (137,35,20). Sum of RGB (Red+Green+Blue) = 137+35+20=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #892314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892314 is #76DCEB. Grayscale: #3F3F3F. Windows color (decimal): -7789804 or 1319817. OLE color: 1319817.

HSL color Cylindrical-coordinate representation of color #892314: hue angle of 7.69º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #892314 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 20 -
CMYK 0 0.74 0.85 0.46
HSL 7.69º 0.75% 0.31% -
HSV(B) 7.69º 0.85% 0.54% -
XYZ 11.04 6.57 1.35 -
YUV 63.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 137 35 20 0 0.74 0.85 0.46 7.69 0.75 0.31
Hex 89 23 14 0 4A 55 2E 8 4B 1F
Octal 211 43 24 0 112 125 56 10 113 37
Binary 10001001 100011 10100 0 1001010 1010101 101110 1000 1001011 11111

Color Harmonies of #892314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892314

Black with #892314

Text Example


Text Example

White with #892314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892314; }

 p { color: rgb(137,35,20); }

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

background-color css

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

 a { background-color: rgb(137,35,20); }

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

border-color css

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

 span { border-color: rgb(137,35,20); }

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