Html Css Color HEX #892006 Falu Red

📋 copy color: '#892006'

red 137 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #892006

Tints of Falu Red #892006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 78.29%
G = 18.29%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#892006 (or 0x892006) is known color: Falu Red. HEX triplet: 89, 20 and 06. RGB value is (137,32,6). Sum of RGB (Red+Green+Blue) = 137+32+6=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #892006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892006 is #76DFF9. Grayscale: #3C3C3C. Windows color (decimal): -7790586 or 401545. OLE color: 401545.

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

Color convert

RGB 137 32 6 -
CMYK 0 0.77 0.96 0.46
HSL 11.91º 0.92% 0.28% -
HSV(B) 11.91º 0.96% 0.54% -
XYZ 10.87 6.36 0.83 -
YUV 60.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 137 32 6 0 0.77 0.96 0.46 11.91 0.92 0.28
Hex 89 20 6 0 4D 60 2E C 5C 1C
Octal 211 40 6 0 115 140 56 14 134 34
Binary 10001001 100000 110 0 1001101 1100000 101110 1100 1011100 11100

Color Harmonies of #892006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892006

Black with #892006

Text Example


Text Example

White with #892006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892006; }

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

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

background-color css

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

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

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

border-color css

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

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

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