Html Css Color HEX #892106 Falu Red

📋 copy color: '#892106'

red 137 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #892106

Tints of Falu Red #892106

RGB

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

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

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

R = 77.84%
G = 18.75%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#892106 (or 0x892106) is known color: Falu Red. HEX triplet: 89, 21 and 06. RGB value is (137,33,6). Sum of RGB (Red+Green+Blue) = 137+33+6=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #892106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892106 is #76DEF9. Grayscale: #3D3D3D. Windows color (decimal): -7790330 or 401801. OLE color: 401801.

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

Color convert

RGB 137 33 6 -
CMYK 0 0.76 0.96 0.46
HSL 12.37º 0.92% 0.28% -
HSV(B) 12.37º 0.96% 0.54% -
XYZ 10.89 6.42 0.84 -
YUV 61.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 137 33 6 0 0.76 0.96 0.46 12.37 0.92 0.28
Hex 89 21 6 0 4C 60 2E C 5C 1C
Octal 211 41 6 0 114 140 56 14 134 34
Binary 10001001 100001 110 0 1001100 1100000 101110 1100 1011100 11100

Color Harmonies of #892106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892106

Black with #892106

Text Example


Text Example

White with #892106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892106; }

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

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

background-color css

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

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

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

border-color css

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

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

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