Html Css Color HEX #892018 Falu Red

📋 copy color: '#892018'

red 137 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #892018

Tints of Falu Red #892018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 70.98%
G = 16.58%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#892018 (or 0x892018) is known color: Falu Red. HEX triplet: 89, 20 and 18. RGB value is (137,32,24). Sum of RGB (Red+Green+Blue) = 137+32+24=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #892018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892018 is #76DFE7. Grayscale: #3E3E3E. Windows color (decimal): -7790568 or 1581193. OLE color: 1581193.

HSL color Cylindrical-coordinate representation of color #892018: hue angle of 4.25º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #892018 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 24 -
CMYK 0 0.77 0.82 0.46
HSL 4.25º 0.7% 0.32% -
HSV(B) 4.25º 0.82% 0.54% -
XYZ 11 6.42 1.52 -
YUV 62.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 137 32 24 0 0.77 0.82 0.46 4.25 0.7 0.32
Hex 89 20 18 0 4D 52 2E 4 46 20
Octal 211 40 30 0 115 122 56 4 106 40
Binary 10001001 100000 11000 0 1001101 1010010 101110 100 1000110 100000

Color Harmonies of #892018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892018

Black with #892018

Text Example


Text Example

White with #892018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892018; }

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

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

background-color css

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

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

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

border-color css

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

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

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