Html Css Color HEX #892607 Falu Red

📋 copy color: '#892607'

red 137 ◦ green 38 ◦ blue 7

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

Shades of Falu Red #892607

Tints of Falu Red #892607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

 BLUE value IS 7 (3.13% from 255) = 3.85%

R = 75.27%
G = 20.88%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#892607 (or 0x892607) is known color: Falu Red. HEX triplet: 89, 26 and 07. RGB value is (137,38,7). Sum of RGB (Red+Green+Blue) = 137+38+7=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #892607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892607 is #76D9F8. Grayscale: #404040. Windows color (decimal): -7789049 or 468617. OLE color: 468617.

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

Color convert

RGB 137 38 7 -
CMYK 0 0.72 0.95 0.46
HSL 14.31º 0.9% 0.28% -
HSV(B) 14.31º 0.95% 0.54% -
XYZ 11.05 6.72 0.92 -
YUV 64.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 137 38 7 0 0.72 0.95 0.46 14.31 0.9 0.28
Hex 89 26 7 0 48 5F 2E E 5A 1C
Octal 211 46 7 0 110 137 56 16 132 34
Binary 10001001 100110 111 0 1001000 1011111 101110 1110 1011010 11100

Color Harmonies of #892607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892607

Black with #892607

Text Example


Text Example

White with #892607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892607; }

 p { color: rgb(137,38,7); }

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

background-color css

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

 a { background-color: rgb(137,38,7); }

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

border-color css

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

 span { border-color: rgb(137,38,7); }

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